summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/UnreachableCodeChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-222/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-5/+5
* UnreachableCodeChecker cleanup and improvementsTom Care2010-10-061-17/+9
* UnreachableCodeChecker does not need to inherit from CheckerVisitor, only Che...Tom Care2010-10-011-1/+1
* Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu2010-09-161-7/+11
* Remove an assertion in UnreachableCodeChecker that can be triggered by bugs i...Tom Care2010-08-271-2/+5
* Small changes to UnreachableCodeCheckerTom Care2010-08-121-3/+20
* Fixed logic error in UnreachableCodeChecker's marking algorithm that would so...Tom Care2010-08-051-3/+6
* Improved false positive detection and numerous small issues in UnreachableCod...Tom Care2010-08-031-77/+60
* Changed GRExprEngine to pass down a reference to itself when checkers are doi...Tom Care2010-08-031-4/+5
* Added some false positive checking to UnreachableCodeCheckerTom Care2010-07-271-31/+92
* Don't warn about unreachable code if the block starts with __builtin_unreacha...Jordy Rose2010-07-271-1/+16
* Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care2010-07-231-0/+143
OpenPOWER on IntegriCloud