Age | Commit message (Expand) | Author |
---|---|---|
2013-04-02 | Moved 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-01 | Fixed segmentation fault when a CFGBlock has NULL successor. | Alexander Kornienko |
2013-01-30 | Don't warn on fall-through from unreachable code. | Alexander Kornienko |
2013-01-25 | Silence unintended fallthrough diagnostic on a case label preceded with a nor... | Alexander Kornienko |
2013-01-25 | Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu... | Alexander Kornienko |
2012-06-20 | Added test with sizeof conditions (relies on to-be-implemented functionality ... | Alexander Kornienko |
2012-05-26 | Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a | Alexander Kornienko |
2012-05-03 | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith |