summaryrefslogtreecommitdiff
path: root/test/Parser/switch-recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-1/+1
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-3/+5
* Sema: Don't leave switch stack inconsistent when recoveringDavid Majnemer2014-12-151-0/+9
* Improved recovery of switch statementSerge Pavlov2014-05-211-0/+50
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-3/+3
* Remove the last FIXMEs on -Wunused-comparison since it got moved toChandler Carruth2011-08-181-1/+1
* Improve the diagnostics generated for switch statements missing expressionsDavid Majnemer2011-06-131-0/+14
* Add a fixit suggest for missing case keywords inside a switch scope. For ins...Richard Trieu2011-04-211-0/+124
* Improve our parse recovery on 'case blah;' and 'default;'.John McCall2011-01-221-0/+14
* Improve the diagnostic and recovery for missing colons after 'case'Douglas Gregor2010-12-231-1/+9
* Improve parser recovery when a switch condition is invalid; fixesDouglas Gregor2010-05-201-0/+12