summaryrefslogtreecommitdiff
path: root/test/SemaCXX/switch-implicit-fallthrough.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-201-0/+12
* Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman2018-11-091-0/+15
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-4/+18
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-5/+1
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-1/+5
* Fix "warning: fallthrough annotation does not directly precede switch label" ...Alexander Kornienko2014-06-241-19/+41
* As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a ...Nick Lewycky2014-02-271-0/+13
* 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