aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/recovery.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-23---Merging r196453Bill Wendling1-0/+6
2013-11-19Merging r195163:Bill Wendling1-0/+53
2013-11-15PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith1-0/+5
2013-11-09Try to recover a bit better if a close brace is missing from the end of a classRichard Smith1-0/+11
2013-08-17Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith1-2/+2
2012-12-05In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith1-0/+7
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed1-1/+1
2012-10-25'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...Richard Smith1-1/+4
2012-06-15Recover when correcting an unknown type name to a keyword like "struct".Kaelyn Uhrain1-6/+6
2012-04-11Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith1-0/+42