summaryrefslogtreecommitdiff
path: root/test/SemaCXX/switch-implicit-fallthrough.cpp
AgeCommit message (Expand)Author
2016-03-08P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith
2015-04-13Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber
2015-04-13Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber
2014-06-24Fix "warning: fallthrough annotation does not directly precede switch label" ...Alexander Kornienko
2014-02-27As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a ...Nick Lewycky
2013-04-02Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko
2013-02-07-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko
2013-02-01Fixed segmentation fault when a CFGBlock has NULL successor.Alexander Kornienko
2013-01-30Don't warn on fall-through from unreachable code.Alexander Kornienko
2013-01-25Silence unintended fallthrough diagnostic on a case label preceded with a nor...Alexander Kornienko
2013-01-25Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...Alexander Kornienko
2012-06-20Added test with sizeof conditions (relies on to-be-implemented functionality ...Alexander Kornienko
2012-05-26Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko
2012-05-03Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith