summaryrefslogtreecommitdiff
path: root/clang/test/Parser/recovery.cpp
AgeCommit message (Expand)Author
2025-04-18[Clang] Fix the trailing comma regression (#136273)Younan Zhang
2025-02-14Diagnose the code with trailing comma in the function call. (#125232)Haojian Wu
2023-01-18Reland "nullptr returned from ActOnTag() is not a valid result"Haojian Wu
2023-01-17Revert "nullptr returned from ActOnTag() is not a valid result"Arthur Eubanks
2023-01-17nullptr returned from ActOnTag() is not a valid resultAaron Ballman
2022-08-27[Clang] Avoid crashes when parsing using enum declarationsShafik Yaghmour
2020-03-27Improve recovery from invalid template-ids.Richard Smith
2015-02-23Revert "Improve declaration / expression disambiguation around ptr-operators,...Justin Bogner
2015-02-23Improve declaration / expression disambiguation around ptr-operators, and useRichard Smith
2015-02-15Add more tests for crashes that happend to be fixed by r229288.Larisse Voufo
2015-02-15Don't crash on `struct ::, struct ::` (and the same for enums).Larisse Voufo
2015-02-15Add more tests for crashes that happend to be fixed by r229288.Nico Weber
2015-02-15Don't crash on `struct ::, struct ::` (and the same for enums).Nico Weber
2015-01-18Update error message text.Serge Pavlov
2014-04-13Improve error recovery around colon.Serge Pavlov
2013-12-05Parse: Recover better from bad definitions with base specifiersDavid Majnemer
2013-11-20Fix new check for missing semicolon after struct definition to deal with theRichard Smith
2013-11-19PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith
2013-11-15PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith
2013-11-09Try to recover a bit better if a close brace is missing from the end of a classRichard Smith
2013-08-17Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith
2012-12-05In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed
2012-10-25'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...Richard Smith
2012-06-15Recover when correcting an unknown type name to a keyword like "struct".Kaelyn Uhrain
2012-04-11Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith