summaryrefslogtreecommitdiffstats
path: root/test/Parser/recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve declaration / expression disambiguation around ptr-operators,...Justin Bogner2015-02-231-8/+0
* Improve declaration / expression disambiguation around ptr-operators, and useRichard Smith2015-02-231-0/+8
* Add more tests for crashes that happend to be fixed by r229288.Larisse Voufo2015-02-151-0/+214
* Don't crash on `struct ::, struct ::` (and the same for enums).Larisse Voufo2015-02-151-214/+0
* Add more tests for crashes that happend to be fixed by r229288.Nico Weber2015-02-151-0/+2
* Don't crash on `struct ::, struct ::` (and the same for enums).Nico Weber2015-02-151-1/+9
* Update error message text.Serge Pavlov2015-01-181-9/+9
* Improve error recovery around colon.Serge Pavlov2014-04-131-0/+67
* Parse: Recover better from bad definitions with base specifiersDavid Majnemer2013-12-051-0/+6
* Fix new check for missing semicolon after struct definition to deal with theRichard Smith2013-11-201-0/+10
* PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith2013-11-191-0/+53
* PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith2013-11-151-0/+5
* Try to recover a bit better if a close brace is missing from the end of a classRichard Smith2013-11-091-0/+11
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-2/+2
* In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith2012-12-051-0/+7
* Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed2012-10-251-1/+1
* 'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...Richard Smith2012-10-251-1/+4
* Recover when correcting an unknown type name to a keyword like "struct".Kaelyn Uhrain2012-06-151-6/+6
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-111-0/+42