aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiateDecl.cpp
AgeCommit message (Expand)Author
2010-08-25Move more stuff out of Sema.h.John McCall
2010-08-24Struggle mightily against header inclusion in Sema.h.John McCall
2010-08-24OwningExprResult -> ExprResult. This patch brought to you byJohn McCall
2010-08-23Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall
2010-08-23Sundry incremental steps towards killing off Action.John McCall
2010-08-21DeclPtrTy -> Decl *John McCall
2010-08-19Correctly instantiate templates with non-type template arguments thatJohn McCall
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
2010-08-18zap dead code.Chris Lattner
2010-08-15Use Enumerators.data() instead of &Enumerators[0] to fix a potentialEli Friedman
2010-08-15Commit improved version of 111026 & 111027.Argyrios Kyrtzidis
2010-08-13Revert 111026 & 111027, build breakage.Argyrios Kyrtzidis
2010-08-13The unused warnings extravaganza continues. Warn for:Argyrios Kyrtzidis
2010-08-13Expand the unused warnings for functions. Warn for:Argyrios Kyrtzidis
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor
2010-08-12Added locations and type source info for DeclarationName inside UsingDecl.Abramo Bagnara
2010-08-11Added locations and type source info for DeclarationName.Abramo Bagnara
2010-08-06Remove the DeclaredInCondition bit now that it's no longer used.Nick Lewycky
2010-08-01Instantiate attributes from the pattern record when instantiatingJohn McCall
2010-07-25Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor
2010-07-20Hide FunctionTemplateDecl's specializations folding set as implementation det...Argyrios Kyrtzidis
2010-07-20Hide the specializations folding sets of ClassTemplateDecl as an implementati...Argyrios Kyrtzidis
2010-07-18When instantiating function definitions set parameter names to those used in ...Peter Collingbourne
2010-07-13Set DeclContext of ParamVarDecl only. No needFariborz Jahanian
2010-07-13More block instantiation stuff. Set variable/param DeclContextFariborz Jahanian
2010-07-13Instantiate attributes when first building an instantiatedFariborz Jahanian
2010-07-12Copy over attributes to instantiated variable.Fariborz Jahanian
2010-07-08When performing substitution of template arguments within the body ofDouglas Gregor
2010-07-07Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis
2010-06-25Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth
2010-06-17Given Decl::isUsed() a flag indicating when to consider the "used"Douglas Gregor
2010-06-16Revert r106099; it broke self-host.Douglas Gregor
2010-06-16Added TemplateTypeParmType::getDecl().Abramo Bagnara
2010-06-15Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor
2010-06-09Added inherited info to template and non-type arguments of templates.Abramo Bagnara
2010-06-05Added AccessSpecDecl node.Abramo Bagnara
2010-06-04Don't insert in lexical context implicit definitions of static member instances.Abramo Bagnara
2010-05-30Convert DeclNodes to use TableGen.Sean Hunt
2010-05-24Make sure that we instantiate variably modified types, even if theyDouglas Gregor
2010-05-21When instantiating a function declaration within a function template,Douglas Gregor
2010-05-21When instantiating anonymous structs/unions within a function, makeDouglas Gregor
2010-05-19Revert r104106; it's breaking linking of Boost.Serialization.Douglas Gregor
2010-05-19Teach clang to instantiate attributes on more declarations. Fixes PR7102.Douglas Gregor
2010-05-18I hate this commit.Douglas Gregor
2010-05-17Instantiate attributes on typedefs. This is a quick fix for PR7148,Douglas Gregor
2010-05-17Diagnose a redefinition error when there are two instantiations of friendDouglas Gregor
2010-05-17Determine when the instantiation of a friend function defined inside aDouglas Gregor
2010-05-17C++98/03 [temp.friend]p4 requires that inline function definitionsDouglas Gregor
2010-05-12Whenever we instantiate a function definition or class, enter a newDouglas Gregor
2010-05-08Improve our handling of the -Wunused-variable warning in templates. InDouglas Gregor