aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TemplateBase.cpp
AgeCommit message (Expand)Author
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