summaryrefslogtreecommitdiff
path: root/test/SemaCXX/switch-implicit-fallthrough.cpp
Commit message (Expand)AuthorAge
* Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko2013-04-02
* -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko2013-02-07
* Fixed segmentation fault when a CFGBlock has NULL successor.Alexander Kornienko2013-02-01
* Don't warn on fall-through from unreachable code.Alexander Kornienko2013-01-30
* Silence unintended fallthrough diagnostic on a case label preceded with a nor...Alexander Kornienko2013-01-25
* Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...Alexander Kornienko2013-01-25
* Added test with sizeof conditions (relies on to-be-implemented functionality ...Alexander Kornienko2012-06-20
* Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko2012-05-26
* Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith2012-05-03