aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TemplateBase.cpp
AgeCommit message (Expand)Author
2010-09-03fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...Zhanyong Wan
2010-08-05operator<< on a DiagnosticBuilder should *always* output exactly one thing.John McCall
2010-06-11Split DependentNameType into two types. DependentNameType represents theJohn McCall
2010-05-20Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara
2010-05-08When printing a non-viable overload candidate that failed due toDouglas Gregor
2009-12-07DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall
2009-11-23Canonical template arguments that are template template parameters byDouglas Gregor
2009-11-11Fix speculative parsing of dependent template names inDouglas Gregor
2009-11-11Introduce a new representation for template templateDouglas Gregor
2009-10-29A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat...John McCall
2009-10-29Track source information for template arguments and template specializationJohn McCall
2009-10-29Extract TemplateArgument into a new header just for common templateJohn McCall