index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Checker
/
UnreachableCodeChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-222
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-5
/
+5
*
UnreachableCodeChecker cleanup and improvements
Tom Care
2010-10-06
1
-17
/
+9
*
UnreachableCodeChecker does not need to inherit from CheckerVisitor, only Che...
Tom Care
2010-10-01
1
-1
/
+1
*
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