| Commit message (Expand) | Author | Age | Files | Lines |
* | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith | 2012-08-18 | 1 | -0/+3 |
* | Add diagnostics for comma at end of enum and for extra semicolon at namespace | Richard Smith | 2012-07-23 | 1 | -4/+2 |
* | Improve the diagnostic when a comma ends up at the end of a declarator group | Richard Smith | 2011-10-19 | 1 | -1/+31 |
* | Avoid superfluous warning after an error is detcted and reported. | Fariborz Jahanian | 2011-04-19 | 1 | -2/+2 |
* | Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. | Argyrios Kyrtzidis | 2010-11-16 | 1 | -0/+3 |
* | fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being... | Chris Lattner | 2010-11-09 | 1 | -0/+11 |
* | Fix a crash when parsing malformed out-of-line member function | Fariborz Jahanian | 2010-08-16 | 1 | -0/+7 |
* | Allow an asm label specifier on C++ methods, like GCC does. | Chris Lattner | 2010-06-13 | 1 | -0/+4 |
* | fix PR6782, an accept invalid. We weren't emitting the diagnostic | Chris Lattner | 2010-04-05 | 1 | -0/+10 |
* | Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't | John McCall | 2010-03-01 | 1 | -0/+4 |
* | improve diagnostics for C++ struct ; issues. Before: | Chris Lattner | 2010-02-02 | 1 | -0/+6 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -2/+2 |
* | If we enter parens, colons can become un-sacred, allowing us to emit | Chris Lattner | 2009-12-10 | 1 | -1/+7 |
* | fix a more evil case of : / :: confusion arising in ?:. | Chris Lattner | 2009-12-10 | 1 | -1/+7 |
* | fix incorrect parsing of bitfields pointed out by Doug. I chose | Chris Lattner | 2009-12-10 | 1 | -0/+9 |
* | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner | 2009-12-07 | 1 | -0/+30 |
* | revert my previous patch, it is breaking something and I don't have time | Chris Lattner | 2009-12-06 | 1 | -21/+0 |
* | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner | 2009-12-06 | 1 | -0/+21 |
* | Fix some C++ error recovery problems in init declarator parsing | Chris Lattner | 2009-04-12 | 1 | -0/+3 |