aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/ParsedTemplate.h
AgeCommit message (Expand)Author
2012-08-23Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer
2012-06-09Reorder ParsedTemplateArg's members to reduce padding on x86_64.Benjamin Kramer
2012-04-14Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer
2012-01-27Added source location for the template keyword in AST template-id expressions.Abramo Bagnara
2011-09-09Change all references of type ExprTy to Expr and get rid of the typedefs.Richard Trieu
2011-03-02Push nested-name-specifier source-location information into dependentDouglas Gregor
2011-02-24Retain complete source-location information for C++Douglas Gregor
2011-01-05Add semantic analysis for the creation of and an AST representationDouglas Gregor
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-11-10Diagnose attempst to template using declarations and using directives.John McCall
2010-08-24Abstract out passing around types and kill off ActionBase.John McCall
2010-08-23Push DeclGroupRefs and TemplateNames in an opaque but type-safe wayJohn McCall
2010-08-23Sundry incremental steps towards killing off Action.John McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall