Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed logic error in UnreachableCodeChecker's marking algorithm that would so... | Tom Care | 2010-08-05 | 1 | -3/+6 |
* | Improved false positive detection and numerous small issues in UnreachableCod... | Tom Care | 2010-08-03 | 1 | -77/+60 |
* | Changed GRExprEngine to pass down a reference to itself when checkers are doi... | Tom Care | 2010-08-03 | 1 | -4/+5 |
* | Added some false positive checking to UnreachableCodeChecker | Tom Care | 2010-07-27 | 1 | -31/+92 |
* | Don't warn about unreachable code if the block starts with __builtin_unreacha... | Jordy Rose | 2010-07-27 | 1 | -1/+16 |
* | Added an path-sensitive unreachable code checker to the experimental analyzer... | Tom Care | 2010-07-23 | 1 | -0/+143 |