Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[Analysis] -Wunreachable-code shouldn't fire on the increment of a fo... | Sam McCall | 2019-02-15 | 1 | -5/+0 |
* | [Analysis] -Wunreachable-code shouldn't fire on the increment of a foreach loop | Sam McCall | 2019-02-15 | 1 | -0/+5 |
* | [-Wunreachable-code] add a specialized diagnostic for unreachable increment e... | Ted Kremenek | 2014-03-21 | 1 | -2/+2 |
* | Start breaking -Wunreachable-code up into different diagnostic groups. | Ted Kremenek | 2014-03-15 | 1 | -1/+1 |
* | [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond... | Ted Kremenek | 2014-03-06 | 1 | -2/+14 |
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
* | Explicitly handle CXXExprWithTemporaries during CFG construction by just visi... | Ted Kremenek | 2010-08-28 | 1 | -0/+17 |
* | Add an unreachable code checker. | Mike Stump | 2010-01-13 | 1 | -0/+41 |