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
/
StaticAnalyzer
/
Core
/
SVals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Remove redundant if statement (pointed out by Ted).
Anna Zaks
2012-04-05
1
-4
/
+0
*
[analyzer] +Comments
Anna Zaks
2012-03-16
1
-5
/
+9
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
[analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it
Anna Zaks
2011-12-06
1
-48
/
+0
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-0
/
+5
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-11
/
+6
*
[analyzer] First step toward removing
Anna Zaks
2011-12-05
1
-1
/
+1
*
[analyzer] Add a helper method.
Anna Zaks
2011-11-17
1
-0
/
+7
*
[analyzer] Cleanup: Null->0, comments.
Anna Zaks
2011-11-16
1
-4
/
+4
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-1
/
+1
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-4
/
+4
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+3
*
[analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls...
Argyrios Kyrtzidis
2011-03-01
1
-10
/
+0
*
[analyzer] Introduce SVal::getAsVarDecl().
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+10
*
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-17
1
-1
/
+1
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-2
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+378