summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-template-argument.cpp
Commit message (Expand)AuthorAgeFilesLines
* When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith2017-05-191-1/+1
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-11/+28
* PR18793: If we try to EnterTokenStream when our current lexer is a cachingRichard Smith2014-09-231-0/+5
* Fix PR17637: incorrect calculation of template parameter depthFaisal Vali2013-12-041-0/+1
* Avoid spurious error messages if parent template class cannot be instantiatedSerge Pavlov2013-08-101-0/+63
* PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith2013-07-111-1/+1
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-0/+17
* Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith2012-06-181-0/+15
* When we're inside a functional cast, '>' is an operator. Fixes PR8912.Douglas Gregor2011-01-111-0/+3
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-1/+1
* Make sure to give an error for template argument lists followed by junk.Eli Friedman2009-12-271-0/+9