| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch | Zhongxing Xu | 2010-09-16 | 1 | -7/+11 |
| * | Remove an assertion in UnreachableCodeChecker that can be triggered by bugs i... | Tom Care | 2010-08-27 | 1 | -2/+5 |
| * | Small changes to UnreachableCodeChecker | Tom Care | 2010-08-12 | 1 | -3/+20 |
| * | 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 |

