summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* First pass at collecting access-specifier information along inheritance paths.John McCall2010-01-201-0/+9
* Encoding calling conventions in the type system, from Charles Davis!Douglas Gregor2010-01-181-1/+2
* Introduce a second queue of "local" pending implicit instantiation,Douglas Gregor2010-01-161-6/+25
* When we are instantiating a member function of a local class, be sureDouglas Gregor2010-01-161-2/+8
* Typedefs can be redeclared. That seems like something we should record inJohn McCall2009-12-301-0/+5
* Egregious, disgusting workaround for PR5866. We need to rework how weDouglas Gregor2009-12-241-2/+5
* Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall2009-12-221-0/+5
* Patch over yet more problems with friend declarations which were provokingJohn McCall2009-12-171-1/+7
* Link up member-class redeclarations during template instantiation.John McCall2009-12-151-0/+6
* Fix PR5716 by bandaging over the solution until we can come back to it.John McCall2009-12-141-1/+6
* Improve template instantiation for object constructions in several ways:Douglas Gregor2009-12-141-69/+96
* Rework the way we handle template instantiation forDouglas Gregor2009-12-121-11/+42
* Implement redeclaration checking and hiding semantics for using declarations....John McCall2009-12-101-20/+53
* Implement template instantiation for exception specifications. Also,Douglas Gregor2009-12-081-0/+37
* Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall2009-12-081-9/+4
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-14/+14
OpenPOWER on IntegriCloud