summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclTemplate.h
Commit message (Expand)AuthorAgeFilesLines
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+1
* Fix doxygen comment.Adrian Prantl2018-10-231-1/+1
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2018-10-121-1/+1
* [Sema] Fix a multiple definition bug with friends and templatesErik Pilkington2018-10-101-0/+3
* Remove trailing spaceFangrui Song2018-07-301-11/+11
* Fix null MSInheritanceAttr deref in CXXRecordDecl::getMSInheritanceModel()Reid Kleckner2018-05-311-8/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-234/+234
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-40/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+40
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-03-291-32/+27
* D40901: Refactor lazy loading of template specializations. NFCVassil Vassilev2017-12-141-21/+9
* Remove old concepts parsing codeHubert Tong2017-12-071-21/+11
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-021-0/+9
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-291-201/+220
* PR32010: Fix template argument depth mixup when forming implicit constructorRichard Smith2017-02-211-0/+1
* Add a destruct-on-exit function to ASTContext.George Burgess IV2017-02-141-8/+0
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-0/+1
* [Concepts] Class template associated constraintsHubert Tong2017-02-101-17/+99
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-0/+10
* Revert r293455, which breaks v8 with a spurious error. Testcase added.Sam McCall2017-01-301-10/+0
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-0/+10
* PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev2017-01-121-2/+1
* PR12298 et al: don't recursively instantiate a template specialization fromRichard Smith2016-08-311-0/+10
* [Concepts] remove default argument for RequiresClause; NFCHubert Tong2016-08-031-2/+1
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-27/+54
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-50/+27
* Fix r276069: add default argument for new parameterHubert Tong2016-07-201-1/+2
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-27/+49
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-061-31/+19
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-031-21/+15
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-2/+2
* Add some std::move where the value is only read otherwise.Benjamin Kramer2016-06-121-1/+1
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-3/+4
* [modules] Enforce the rules that an explicit or partial specialization must beRichard Smith2016-05-051-8/+6
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-081-22/+31
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-4/+3
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-6/+4
* Deduplicate three identical copies of isExplicitInstantiationOrSpecialization...Yaron Keren2015-11-131-33/+6
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+30
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* constify four getInstantiatedFromMemberTemplate() in DeclTemplate.h.Yaron Keren2015-10-021-4/+4
* constify ClassTemplatePartialSpecializationDecl::getInstantiatedFromMember an...Yaron Keren2015-10-021-4/+4
* Fix alignment of TemplateArgumentList.James Y Knight2015-08-061-1/+1
* Convert a few classes over to use the new TrailingObjects helper.James Y Knight2015-08-061-32/+84
* Remove unused 'Owned' flag from TemplateArgumentList.James Y Knight2015-08-061-14/+8
* Fix alignment issues in Clang.James Y Knight2015-07-171-24/+12
* [modules] Fix crash with multiple levels of default template argument merging.Richard Smith2015-06-111-1/+1
* Work around MSVC miscompilation.Richard Smith2015-06-101-3/+2