summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud