Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre... | Alexander Kornienko | 2013-02-07 | 1 | -11/+29 |
* | Fixed segmentation fault when a CFGBlock has NULL successor. | Alexander Kornienko | 2013-02-01 | 1 | -0/+5 |
* | Don't warn on fall-through from unreachable code. | Alexander Kornienko | 2013-01-30 | 1 | -7/+22 |
* | Silence unintended fallthrough diagnostic on a case label preceded with a nor... | Alexander Kornienko | 2013-01-25 | 1 | -0/+12 |
* | Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu... | Alexander Kornienko | 2013-01-25 | 1 | -0/+2 |
* | Added test with sizeof conditions (relies on to-be-implemented functionality ... | Alexander Kornienko | 2012-06-20 | 1 | -0/+18 |
* | Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a | Alexander Kornienko | 2012-05-26 | 1 | -0/+2 |
* | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith | 2012-05-03 | 1 | -0/+177 |