aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-template-argument.cpp
AgeCommit message (Expand)Author
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2012-06-18Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith
2011-01-11When we're inside a functional cast, '>' is an operator. Fixes PR8912.Douglas Gregor
2010-02-26Fix an assertion-on-error during tentative constructor parsing byJohn McCall
2009-12-27Make sure to give an error for template argument lists followed by junk.Eli Friedman