summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-6/+78
* A new helper function to set various bits in the class whenFariborz Jahanian2009-12-031-7/+2
* When we're building a CXXExprWithTemporaries, only include thoseDouglas Gregor2009-12-031-0/+6
* Improve source location information for C++ member initializers in aDouglas Gregor2009-12-021-6/+12
* Funtion templates and function template specializations do notDouglas Gregor2009-12-011-2/+0
* Move the checking of overridden virtual functions into the code pathDouglas Gregor2009-12-011-4/+3
* Remove all of Sema's explicit uses of OverloadedFunctionDecl except forJohn McCall2009-11-301-16/+0
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-2/+1
* Fix a crash when "instantiating" VarDecls that are neither type nor value dep...Anders Carlsson2009-11-241-0/+1
* Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...John McCall2009-11-231-11/+7
* Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall2009-11-181-21/+19
* Track overriding methods when instantiating a template class. Fixes PR5550.Sebastian Redl2009-11-181-0/+2
* Split LookupResult into its own header.John McCall2009-11-181-6/+7
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-7/+49
* Implement template instantiation for using directives, which is dead simple.Douglas Gregor2009-11-171-2/+22
* Instead of hanging a using declaration's target decls directly off the using John McCall2009-11-171-3/+3
OpenPOWER on IntegriCloud