summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* When instantiating a function-local variable definition, introduce theDouglas Gregor2010-05-031-0/+3
* When instantiating a member function declared via a typedef, don't tryDouglas Gregor2010-05-031-14/+18
* Clean up our handling of local instantiation scopes, which keep trackDouglas Gregor2010-04-301-2/+9
* Introduce a sequence number into class template partialDouglas Gregor2010-04-301-27/+4
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-1/+1
* Recommit r102215, this time being more careful to only set the "principalJohn McCall2010-04-241-8/+13
* Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel2010-04-241-6/+0
* Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall2010-04-231-0/+6
* When instantiating a typedef of an anonymous tag type, note in the tagDouglas Gregor2010-04-231-0/+10
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-5/+10
* Be sure to instantiate the parameters of a function, even when theDouglas Gregor2010-04-121-65/+21
* Instantiate default argument expressions even if their associated parameterJohn McCall2010-04-091-3/+4
* Set access properly on instantiated friend class template declarations.John McCall2010-04-081-2/+7
* Introduce an egregious hack to work around a bug in libstdc++ 4.2.x'sDouglas Gregor2010-04-081-4/+37
* Implement dependent friend function template specializations.John McCall2010-04-081-14/+43
* Improve handling of friend types in several ways:Douglas Gregor2010-04-071-29/+26
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-311-1/+2
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-2/+1
* Implement method friends in class templates and fix a few related problems.John McCall2010-03-271-27/+64
* Put function templates instantiated from friend declarations in the correctJohn McCall2010-03-261-6/+15
* Reapply r99596 with a fix: link an instantiated friend function to itsJohn McCall2010-03-261-14/+40
* Apparently that didn't work. Reverting for now.John McCall2010-03-261-29/+14
* Properly instantiate and link in friend function templates.John McCall2010-03-261-14/+29
* Preserve type-source information in friend declarations.John McCall2010-03-251-6/+10
* Properly instantiate friend class template declarations and link them intoJohn McCall2010-03-251-23/+94
* Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson2010-03-251-84/+23
* Properly instantiate and link in friend-class-template declarations.John McCall2010-03-251-23/+84
* When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor2010-03-241-11/+13
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-0/+17
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-0/+64
* Maintain type source information for functions through templateJohn McCall2010-03-111-59/+52
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-14/+24
* Unify initializer-instantiation code for variable declarations andDouglas Gregor2010-03-021-85/+93
* When looking for a redeclaration of a static variable, only look for redeclar...Douglas Gregor2010-03-011-1/+1
* When instantiating a function-scoped enum, make sure that it and itsDouglas Gregor2010-03-011-0/+9
* Robustify instantiation of templates when there are errors in theDouglas Gregor2010-03-011-1/+2
* When looking for the instantiated declaration that corresponds to aDouglas Gregor2010-03-011-11/+32
* Do not try to instantiate invalid declarations. It's a recipe forDouglas Gregor2010-02-161-0/+3
* Support local namespace aliases and permit them to be instantiated.John McCall2010-02-161-0/+16
* Skip implicit instantiation of templated variables where a more recentChandler Carruth2010-02-131-0/+18
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-6/+4
* Migrate the mish-mash of declaration checks inDouglas Gregor2010-02-091-2/+5
* Workaround for friend template instantiation crash in PR5848, from Keir Mierle!Douglas Gregor2010-02-071-3/+11
* Teach Sema how to instantiate a local function declaration properly. FixesJohn McCall2010-02-061-3/+8
* Cope with finding the "instantiated" declaration when we areDouglas Gregor2010-02-051-21/+36
* Fix two issues with the substitution of template template parametersDouglas Gregor2010-02-051-1/+1
* Look through CXXExprWithTemporaries when digging out the originalDouglas Gregor2010-02-031-0/+3
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-14/+29
* Preserve access for enum constants during template instantiation.John McCall2010-01-231-0/+1
* Create function, block, and template parameters in the context of theJohn McCall2010-01-221-1/+3
OpenPOWER on IntegriCloud