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
/
MallocChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] fix bug in malloc checker where the tracked symbol would not prope...
Ted Kremenek
2011-07-28
1
-11
/
+18
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-4
/
+4
*
More accurately model realloc() when the size argument is 0. realloc() with a...
Lenny Maiorani
2011-04-27
1
-11
/
+27
*
Remove a redundant method. We have a const version.
Zhongxing Xu
2011-04-02
1
-0
/
+1
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate MallocChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-79
/
+69
*
[analyzer] Refactor EndOfFunctionNodeBuilder.
Argyrios Kyrtzidis
2011-02-23
1
-1
/
+1
*
simplify a bit.
Chris Lattner
2011-02-17
1
-3
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-5
/
+5
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Remove unnecessary save-and-restore of the
Ted Kremenek
2011-01-13
1
-1
/
+0
*
[analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently...
Argyrios Kyrtzidis
2011-01-11
1
-2
/
+3
*
Rename misc. methods in GRSubEngine to start
Ted Kremenek
2011-01-11
1
-2
/
+2
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+733
[prev]