summaryrefslogtreecommitdiff
path: root/clang/test/Parser/switch-recovery.cpp
AgeCommit message (Expand)Author
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman
2025-06-11[Clang] fix missing source location for errors in macro-expanded (#143460)Oleksandr T.
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2022-09-21[Clang] Support case and default labels at end of compound statementEvgeny Shulgin
2022-09-17[Clang] Support label at end of compound statementEvgeny Shulgin
2019-01-04Refactor the way we handle diagnosing unused expression results.Aaron Ballman
2018-07-26Refactor checking of switch conditions and case values.Richard Smith
2014-12-15Sema: Don't leave switch stack inconsistent when recoveringDavid Majnemer
2014-05-21Improved recovery of switch statementSerge Pavlov
2013-10-19Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain
2011-08-18Remove the last FIXMEs on -Wunused-comparison since it got moved toChandler Carruth
2011-06-13Improve the diagnostics generated for switch statements missing expressionsDavid Majnemer
2011-04-21Add a fixit suggest for missing case keywords inside a switch scope. For ins...Richard Trieu
2011-01-22Improve our parse recovery on 'case blah;' and 'default;'.John McCall
2010-12-23Improve the diagnostic and recovery for missing colons after 'case'Douglas Gregor
2010-05-20Improve parser recovery when a switch condition is invalid; fixesDouglas Gregor