aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiateDecl.cpp
AgeCommit message (Expand)Author
2010-05-07When we encounter a non-dependent type during template instantiation,Douglas Gregor
2010-05-06Partial and full specializations of a class template may have aDouglas Gregor
2010-05-04When instantiating a function that was declared via a typedef, e.g.,Douglas Gregor
2010-05-03When computing the template arguments for the instantiation of aDouglas Gregor
2010-05-03When instantiating a function-local variable definition, introduce theDouglas Gregor
2010-05-03When instantiating a member function declared via a typedef, don't tryDouglas Gregor
2010-04-30Clean up our handling of local instantiation scopes, which keep trackDouglas Gregor
2010-04-30Introduce a sequence number into class template partialDouglas Gregor
2010-04-27Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall
2010-04-24Recommit r102215, this time being more careful to only set the "principalJohn McCall
2010-04-24Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel
2010-04-23Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall
2010-04-23When instantiating a typedef of an anonymous tag type, note in the tagDouglas Gregor
2010-04-19Keep track of the actual storage specifier written on a variable orDouglas Gregor
2010-04-12Be sure to instantiate the parameters of a function, even when theDouglas Gregor
2010-04-09Instantiate default argument expressions even if their associated parameterJohn McCall
2010-04-08Set access properly on instantiated friend class template declarations.John McCall
2010-04-08Introduce an egregious hack to work around a bug in libstdc++ 4.2.x'sDouglas Gregor
2010-04-08Implement dependent friend function template specializations.John McCall
2010-04-07Improve handling of friend types in several ways:Douglas Gregor
2010-03-31Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2010-03-27Implement method friends in class templates and fix a few related problems.John McCall
2010-03-26Put function templates instantiated from friend declarations in the correctJohn McCall
2010-03-26Reapply r99596 with a fix: link an instantiated friend function to itsJohn McCall
2010-03-26Apparently that didn't work. Reverting for now.John McCall
2010-03-26Properly instantiate and link in friend function templates.John McCall
2010-03-25Preserve type-source information in friend declarations.John McCall
2010-03-25Properly instantiate friend class template declarations and link them intoJohn McCall
2010-03-25Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson
2010-03-25Properly instantiate and link in friend-class-template declarations.John McCall
2010-03-24When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor
2010-03-24Implement a framework for the delay of arbitrary diagnostics withinJohn McCall
2010-03-15Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall
2010-03-11Maintain type source information for functions through templateJohn McCall
2010-03-10Create a new InjectedClassNameType to represent bare-word references to the John McCall
2010-03-02Unify initializer-instantiation code for variable declarations andDouglas Gregor
2010-03-01When looking for a redeclaration of a static variable, only look for redeclar...Douglas Gregor
2010-03-01When instantiating a function-scoped enum, make sure that it and itsDouglas Gregor
2010-03-01Robustify instantiation of templates when there are errors in theDouglas Gregor
2010-03-01When looking for the instantiated declaration that corresponds to aDouglas Gregor
2010-02-16Do not try to instantiate invalid declarations. It's a recipe forDouglas Gregor
2010-02-16Support local namespace aliases and permit them to be instantiated.John McCall
2010-02-13Skip implicit instantiation of templated variables where a more recentChandler Carruth
2010-02-11Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor
2010-02-09Migrate the mish-mash of declaration checks inDouglas Gregor
2010-02-07Workaround for friend template instantiation crash in PR5848, from Keir Mierle!Douglas Gregor
2010-02-06Teach Sema how to instantiate a local function declaration properly. FixesJohn McCall
2010-02-05Cope with finding the "instantiated" declaration when we areDouglas Gregor
2010-02-05Fix two issues with the substitution of template template parametersDouglas Gregor