summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename some functions for consistency.Rafael Espindola2013-10-171-6/+6
* Make InstantiatingTemplate depth checks clearerAlp Toker2013-10-081-6/+6
* Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola2013-10-041-24/+0
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-0/+24
* Revert changes from the nested lambdas commit till i figure out Faisal Vali2013-10-031-24/+0
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-0/+24
* Fix use-after-free.Manuel Klimek2013-09-301-3/+3
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-0/+1
* Variable templates: handle instantiation of static data member templatesRichard Smith2013-09-271-98/+162
* If a partial specialization of a member template is declared within a classRichard Smith2013-09-261-2/+2
* Revert change accidentally committed in r191150.Richard Smith2013-09-231-3/+1
* PR17295: Do not allow explicit conversion functions to be used in cases whereRichard Smith2013-09-211-1/+3
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-22/+45
* Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer2013-09-171-0/+13
* Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer2013-09-171-13/+0
* [-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer2013-09-171-0/+13
* Note when a decl is used in AST files.Eli Friedman2013-09-051-1/+1
* Sema: Subst type default template args earlierDavid Majnemer2013-08-281-4/+27
* Remove SequenceNumber from class/variable template partial specializations.Richard Smith2013-08-221-4/+2
* Refactor for clarity and simplicity.Larisse Voufo2013-08-221-15/+13
* Improve support for static data member templates. This revision still has at ...Larisse Voufo2013-08-221-21/+16
* Parse: Do not 'HandleTopLevelDecl' on templated functions.David Majnemer2013-08-161-1/+1
* PR16875: The return type of a dependent function type is visible when it'sRichard Smith2013-08-141-1/+1
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-141-1/+1
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-5/+13
* variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo2013-08-131-3/+14
* Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not inst...Serge Pavlov2013-08-101-0/+3
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-6/+12
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-1/+7
* Fixing commit r187768: Moved diagnosis of forward declarations of variable te...Larisse Voufo2013-08-061-0/+1
* Moved diagnosis of forward declarations of variable templates from Parser to ...Larisse Voufo2013-08-061-1/+0
* SemaTemplateInstantiateDecl.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2013-08-061-0/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-141/+627
* Fix declaring class template methods with an attributed typedefReid Kleckner2013-07-311-52/+38
* Improve clarity/consistency of a few UsingDecl methods and related helpers.Enea Zaffanella2013-07-221-5/+5
* Fix source range of implicitly instantiated friend declaration.Enea Zaffanella2013-07-191-0/+1
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-171-13/+7
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-151-7/+13
* Fix to PR12262 - assertion when substituting explicit template argumentsSerge Pavlov2013-07-151-0/+7
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-13/+7
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-7/+13
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-13/+7
* Fixed comment of Sema::FindInstantiatedDecl.Serge Pavlov2013-07-101-5/+5
* Switch Decl instantiation to DeclNodes.inc.Eli Friedman2013-06-271-2/+41
* Fix PCH bug with member templates of local classes in nontemplate functions. Faisal Vali2013-06-261-0/+6
* Include the unexpanded packs in the initializer expression when checking aNick Lewycky2013-06-131-1/+2
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-13/+5
* reverted testLarisse Voufo2013-06-101-1/+0
* testLarisse Voufo2013-06-101-0/+1
* PR16243: Use CXXThisOverride during template instantiation, and fix up theRichard Smith2013-06-071-3/+9
OpenPOWER on IntegriCloud