aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TemplateName.cpp
AgeCommit message (Expand)Author
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor
2011-06-30Preserve that a TemplateName was arrived at by substitutingJohn McCall
2011-03-04Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor
2011-01-15Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor
2010-12-13Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor
2010-09-08Fix C++ PCH issues.Argyrios Kyrtzidis
2010-06-19Initial support for writing templates to PCH.Argyrios Kyrtzidis
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-04-08When a template (without arguments) is passed as a template typeJeffrey Yasskin
2009-12-02Push overloaded function templates through the parser using a totally differentJohn McCall
2009-11-04Implement support for parsing dependent template-ids that refer toDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-09Initial stab at implement dependent member references to memberDouglas Gregor
2009-07-29[llvm up]Douglas Gregor
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor
2009-04-02add TemplateName.cpp/h to the xcode project, minor tidying.Chris Lattner
2009-04-01Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor
2009-03-31Some cleanup and renaming. No functionality changeDouglas Gregor
2009-03-31Implement template instantiation for template names, including bothDouglas Gregor
2009-03-30Improve the representation of template names in the AST. ThisDouglas Gregor