aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiateDecl.cpp
AgeCommit message (Expand)Author
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
2010-02-03Look through CXXExprWithTemporaries when digging out the originalDouglas Gregor
2010-01-31Rework base and member initialization in constructors, with severalDouglas Gregor
2010-01-23Preserve access for enum constants during template instantiation.John McCall
2010-01-22Create function, block, and template parameters in the context of theJohn McCall
2010-01-20First pass at collecting access-specifier information along inheritance paths.John McCall
2010-01-18Encoding calling conventions in the type system, from Charles Davis!Douglas Gregor
2010-01-16Introduce a second queue of "local" pending implicit instantiation,Douglas Gregor
2010-01-16When we are instantiating a member function of a local class, be sureDouglas Gregor
2009-12-30Typedefs can be redeclared. That seems like something we should record inJohn McCall
2009-12-24Egregious, disgusting workaround for PR5866. We need to rework how weDouglas Gregor
2009-12-22Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall
2009-12-17Patch over yet more problems with friend declarations which were provokingJohn McCall
2009-12-15Link up member-class redeclarations during template instantiation.John McCall
2009-12-14Fix PR5716 by bandaging over the solution until we can come back to it.John McCall