index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Checker
/
UnreachableCodeChecker.cpp
Age
Commit message (
Expand
)
Author
2010-10-06
UnreachableCodeChecker cleanup and improvements
Tom Care
2010-10-01
UnreachableCodeChecker does not need to inherit from CheckerVisitor, only Che...
Tom Care
2010-09-16
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-08-27
Remove an assertion in UnreachableCodeChecker that can be triggered by bugs i...
Tom Care
2010-08-12
Small changes to UnreachableCodeChecker
Tom Care
2010-08-05
Fixed logic error in UnreachableCodeChecker's marking algorithm that would so...
Tom Care
2010-08-03
Improved false positive detection and numerous small issues in UnreachableCod...
Tom Care
2010-08-03
Changed GRExprEngine to pass down a reference to itself when checkers are doi...
Tom Care
2010-07-27
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
Don't warn about unreachable code if the block starts with __builtin_unreacha...
Jordy Rose
2010-07-23
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care