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
/
Checkers
/
DeadStoresChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Replace calls to getNameAsString() with StringRef equivalents.
Jordy Rose
2011-08-21
1
-9
/
+8
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-17
/
+17
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-32
/
+30
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-3
/
+3
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ...
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+0
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-6
/
+25
*
Don't emit a dead store for '++' operations unless it occurs with a return st...
Ted Kremenek
2011-02-12
1
-6
/
+5
*
Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...
Ted Kremenek
2011-02-11
1
-5
/
+61
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-2
/
+2
*
Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'.
Ted Kremenek
2011-01-13
1
-0
/
+289