Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sema: Don't leave switch stack inconsistent when recovering | David Majnemer | 2014-12-15 | 1 | -0/+9 |
* | Improved recovery of switch statement | Serge Pavlov | 2014-05-21 | 1 | -0/+50 |
* | Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. | Kaelyn Uhrain | 2013-10-19 | 1 | -3/+3 |
* | Remove the last FIXMEs on -Wunused-comparison since it got moved to | Chandler Carruth | 2011-08-18 | 1 | -1/+1 |
* | Improve the diagnostics generated for switch statements missing expressions | David Majnemer | 2011-06-13 | 1 | -0/+14 |
* | Add a fixit suggest for missing case keywords inside a switch scope. For ins... | Richard Trieu | 2011-04-21 | 1 | -0/+124 |
* | Improve our parse recovery on 'case blah;' and 'default;'. | John McCall | 2011-01-22 | 1 | -0/+14 |
* | Improve the diagnostic and recovery for missing colons after 'case' | Douglas Gregor | 2010-12-23 | 1 | -1/+9 |
* | Improve parser recovery when a switch condition is invalid; fixes | Douglas Gregor | 2010-05-20 | 1 | -0/+12 |