summaryrefslogtreecommitdiff
path: root/include/clang/AST/TemplateName.h
Commit message (Expand)AuthorAge
* Try to bring the 32 bit buildbots back to life.Benjamin Kramer2014-05-10
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Implement AST dumper for Decls.Alexander Kornienko2012-12-20
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-20
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-01
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-30
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-15
* Tweak the storage mechanism for a set of overloaded template names inDouglas Gregor2011-01-15
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-13
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-19
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-11
* When a template (without arguments) is passed as a template typeJeffrey Yasskin2010-04-08
* Push overloaded function templates through the parser using a totally differentJohn McCall2009-12-02
* Implement support for parsing dependent template-ids that refer toDouglas Gregor2009-11-04
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Initial stab at implement dependent member references to memberDouglas Gregor2009-09-09
* Refactor template instantiation for types into a generic treeDouglas Gregor2009-08-04
* [llvm up]Douglas Gregor2009-07-29
* Match declaration to definition.Daniel Dunbar2009-07-12
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-29
* add TemplateName.cpp/h to the xcode project, minor tidying.Chris Lattner2009-04-02
* Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor2009-04-01
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-31
* Implement template instantiation for template names, including bothDouglas Gregor2009-03-31
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-30