summaryrefslogtreecommitdiff
path: root/lib/AST/TemplateName.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-05
* Implement AST dumper for Decls.Alexander Kornienko2012-12-20
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-07
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-14
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* 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
* Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor2011-03-04
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-15
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-13
* Fix C++ PCH issues.Argyrios Kyrtzidis2010-09-08
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-19
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-17
* 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
* [llvm up]Douglas Gregor2009-07-29
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-30
* 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