summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TemplateName.h
Commit message (Expand)AuthorAgeFilesLines
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-0/+1
* [ptr-traits] Some compilers (older Clang? unsure) on build bots needChandler Carruth2015-12-301-3/+1
* [ptr-traits] Move methods manipulating PointerUnions, DenseMap pointerChandler Carruth2015-12-301-38/+11
* Try to bring the 32 bit buildbots back to life.Benjamin Kramer2014-05-101-1/+1
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-3/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-6/+6
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-9/+10
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-0/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-5/+2
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-0/+4
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-21/+85
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-14/+120
* Tweak the storage mechanism for a set of overloaded template names inDouglas Gregor2011-01-151-4/+4
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-131-0/+4
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-0/+11
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-1/+1
* When a template (without arguments) is passed as a template typeJeffrey Yasskin2010-04-081-0/+6
* Push overloaded function templates through the parser using a totally differentJohn McCall2009-12-021-25/+44
* Implement support for parsing dependent template-ids that refer toDouglas Gregor2009-11-041-13/+68
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-19/+19
* Initial stab at implement dependent member references to memberDouglas Gregor2009-09-091-1/+1
* Refactor template instantiation for types into a generic treeDouglas Gregor2009-08-041-0/+3
* [llvm up]Douglas Gregor2009-07-291-11/+42
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+3
* add TemplateName.cpp/h to the xcode project, minor tidying.Chris Lattner2009-04-021-3/+2
* Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor2009-04-011-1/+8
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-311-2/+2
* Implement template instantiation for template names, including bothDouglas Gregor2009-03-311-0/+4
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-301-0/+246