summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/switch-implicit-fallthrough.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko2013-04-021-0/+18
* -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko2013-02-071-11/+29
* Fixed segmentation fault when a CFGBlock has NULL successor.Alexander Kornienko2013-02-011-0/+5
* Don't warn on fall-through from unreachable code.Alexander Kornienko2013-01-301-7/+22
* Silence unintended fallthrough diagnostic on a case label preceded with a nor...Alexander Kornienko2013-01-251-0/+12
* Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...Alexander Kornienko2013-01-251-0/+2
* Added test with sizeof conditions (relies on to-be-implemented functionality ...Alexander Kornienko2012-06-201-0/+18
* Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko2012-05-261-0/+2
* Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith2012-05-031-0/+177
OpenPOWER on IntegriCloud