Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR18793: If we try to EnterTokenStream when our current lexer is a caching | Richard Smith | 2014-09-23 | 1 | -0/+5 |
* | Fix PR17637: incorrect calculation of template parameter depth | Faisal Vali | 2013-12-04 | 1 | -0/+1 |
* | Avoid spurious error messages if parent template class cannot be instantiated | Serge Pavlov | 2013-08-10 | 1 | -0/+63 |
* | PR5066: If a declarator cannot have an identifier, and cannot possibly be | Richard Smith | 2013-07-11 | 1 | -1/+1 |
* | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith | 2012-08-18 | 1 | -0/+17 |
* | Extend the error recovery for a template-argument-list terminated by '>>' to | Richard Smith | 2012-06-18 | 1 | -0/+15 |
* | When we're inside a functional cast, '>' is an operator. Fixes PR8912. | Douglas Gregor | 2011-01-11 | 1 | -0/+3 |
* | Fix an assertion-on-error during tentative constructor parsing by | John McCall | 2010-02-26 | 1 | -1/+1 |
* | Make sure to give an error for template argument lists followed by junk. | Eli Friedman | 2009-12-27 | 1 | -0/+9 |