summaryrefslogtreecommitdiffstats
path: root/lib/AST/TemplateName.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-1/+1
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-0/+9
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-4/+27
* Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor2011-03-041-0/+4
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-6/+27
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-131-0/+16
* Fix C++ PCH issues.Argyrios Kyrtzidis2010-09-081-2/+8
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-0/+11
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-2/+2
* When a template (without arguments) is passed as a template typeJeffrey Yasskin2010-04-081-0/+14
* Push overloaded function templates through the parser using a totally differentJohn McCall2009-12-021-26/+2
* Implement support for parsing dependent template-ids that refer toDouglas Gregor2009-11-041-3/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-11/+11
* Initial stab at implement dependent member references to memberDouglas Gregor2009-09-091-1/+1
* [llvm up]Douglas Gregor2009-07-291-5/+31
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-3/+5
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-4/+9
* add TemplateName.cpp/h to the xcode project, minor tidying.Chris Lattner2009-04-021-1/+1
* Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor2009-04-011-3/+5
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-311-11/+5
* Implement template instantiation for template names, including bothDouglas Gregor2009-03-311-0/+10
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-301-0/+54