summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-1/+4
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-4/+1
* [OPENMP] Fix for threadprivate construct instantiatiation.Alexey Bataev2014-03-071-0/+3
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-4/+2
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-0/+1
* Sema: Don't crash when trying to instantiate a local class with an invalid ba...David Majnemer2014-02-221-8/+5
* Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith2014-02-031-47/+31
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-7/+7
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-6/+7
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-5/+5
* Clean up variable template handling a bit, and correct the behavior of nameRichard Smith2014-01-161-2/+14
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-3/+5
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+40
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-091-2/+1
* Removing some more unnecessary manual quotes from attribute diagnostics.Aaron Ballman2014-01-031-1/+1
* PR18232: implement instantiation for class-scope explicit specializations ofRichard Smith2013-12-141-2/+138
* Sema: Propagate the mangling number into instantiationsDavid Majnemer2013-12-041-0/+13
* Sema: Instantiation of variable definitions weren't local enoughDavid Majnemer2013-11-271-6/+4
* [Sema] Don't look for the instantiation of a local extern decl in a differentArgyrios Kyrtzidis2013-11-271-1/+3
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-271-13/+35
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-221-5/+3
* A decl never becomes unused. Make that explicit in the API.Rafael Espindola2013-10-231-1/+2
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-231-0/+19
* Revert r193223 and r193216.Rafael Espindola2013-10-231-2/+1
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-231-9/+12
* Again: Teach TreeTransform and family how to transform generic Faisal Vali2013-10-231-1/+2
* 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