summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of dependent nested namespace specifiers in UsingDeclsDouglas Gregor2010-09-291-4/+20
* Reinstate r114925 and r114929, both steps towardDouglas Gregor2010-09-281-2/+1
* Temporarily revert 114929 114925 114924 114921. It looked like they (or at leastBill Wendling2010-09-281-1/+2
* Centralize the management of CXXRecordDecl::DefinitionData'sDouglas Gregor2010-09-281-2/+1
* When emitting a new-expression inside a conditional expression,John McCall2010-09-171-1/+2
* Diagnose the instantiation of variables (including static dataDouglas Gregor2010-09-121-0/+6
* Eliminate the comma locations from all of the Sema routines that dealDouglas Gregor2010-09-091-17/+5
* Fix PR7402 when it strikes via template instantiation.Chandler Carruth2010-09-031-0/+5
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-311-2/+2
* When template substitution into a template parameter reduces the levelDouglas Gregor2010-08-301-6/+8
* zap tabsGabor Greif2010-08-301-1/+1
* fix dual aspect of PR8007,Gabor Greif2010-08-301-3/+19
* simplify by relying on cascading operator->Gabor Greif2010-08-281-3/+3
* simplifyGabor Greif2010-08-281-2/+3
* One who seeks knowledge learns something new every day.John McCall2010-08-261-14/+12
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* Rename *PendingImplicitInstantiations to *PendingInstantiations. NoChandler Carruth2010-08-251-15/+15
* Support explicit instantiation of function templates and members of classChandler Carruth2010-08-251-8/+24
* Move more stuff out of Sema.h.John McCall2010-08-251-6/+6
* Struggle mightily against header inclusion in Sema.h.John McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-10/+8
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-8/+6
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-5/+5
* DeclPtrTy -> Decl *John McCall2010-08-211-18/+15
* Correctly instantiate templates with non-type template arguments thatJohn McCall2010-08-191-1/+1
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-9/+18
* zap dead code.Chris Lattner2010-08-181-4/+0
* Use Enumerators.data() instead of &Enumerators[0] to fix a potentialEli Friedman2010-08-151-1/+1
* Commit improved version of 111026 & 111027.Argyrios Kyrtzidis2010-08-151-2/+2
* Revert 111026 & 111027, build breakage.Argyrios Kyrtzidis2010-08-131-7/+1
* The unused warnings extravaganza continues. Warn for:Argyrios Kyrtzidis2010-08-131-1/+3
* Expand the unused warnings for functions. Warn for:Argyrios Kyrtzidis2010-08-131-0/+4
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* Added locations and type source info for DeclarationName inside UsingDecl.Abramo Bagnara2010-08-121-9/+13
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-22/+10
* Remove the DeclaredInCondition bit now that it's no longer used.Nick Lewycky2010-08-061-1/+0
* Instantiate attributes from the pattern record when instantiatingJohn McCall2010-08-011-13/+12
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-6/+1
* Hide FunctionTemplateDecl's specializations folding set as implementation det...Argyrios Kyrtzidis2010-07-201-18/+10
* Hide the specializations folding sets of ClassTemplateDecl as an implementati...Argyrios Kyrtzidis2010-07-201-20/+5
* When instantiating function definitions set parameter names to those used in ...Peter Collingbourne2010-07-181-4/+8
* Set DeclContext of ParamVarDecl only. No needFariborz Jahanian2010-07-131-3/+0
* More block instantiation stuff. Set variable/param DeclContextFariborz Jahanian2010-07-131-0/+3
* Instantiate attributes when first building an instantiatedFariborz Jahanian2010-07-131-6/+3
* Copy over attributes to instantiated variable.Fariborz Jahanian2010-07-121-1/+4
* When performing substitution of template arguments within the body ofDouglas Gregor2010-07-081-10/+20
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-3/+3
* Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth2010-06-251-4/+19
* Given Decl::isUsed() a flag indicating when to consider the "used"Douglas Gregor2010-06-171-1/+3
* Revert r106099; it broke self-host.Douglas Gregor2010-06-161-3/+5
OpenPOWER on IntegriCloud