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
/
Analysis
/
MallocChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-336
/
+0
*
Add support for computing size in elements for symbolic regions obtained from
Zhongxing Xu
2010-01-18
1
-4
/
+11
*
If the symbol has not been tracked, do not free it. This is possible when free
Zhongxing Xu
2010-01-18
1
-1
/
+6
*
Let constraint manager inform checkers that some assumption logic has happend.
Zhongxing Xu
2009-12-31
1
-4
/
+28
*
Add initial support for realloc() in MallocChecker.
Zhongxing Xu
2009-12-12
1
-10
/
+82
*
Completely evaluate malloc/free in MallocChecker.cpp.
Zhongxing Xu
2009-12-11
1
-8
/
+20
*
Use 'class' instead of 'struct'.
Zhongxing Xu
2009-12-11
1
-1
/
+2
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-3
/
+3
*
Clean up the Checker API a little more, resolving some hidden bugs
Ted Kremenek
2009-11-23
1
-9
/
+5
*
Save and restore the HasGen flag in MallocChecker.
Zhongxing Xu
2009-11-22
1
-0
/
+1
*
Add PreVisitReturn to Malloc checker. Now we can recognize returned memory
Zhongxing Xu
2009-11-17
1
-0
/
+26
*
Add EvalEndPath interface to Checker. Now we can check memory leaked at the
Zhongxing Xu
2009-11-17
1
-20
/
+52
*
Change *BugReport constructors to take StringRefs.
Benjamin Kramer
2009-11-14
1
-2
/
+2
*
Malloc checker basically works now.
Zhongxing Xu
2009-11-13
1
-2
/
+24
*
Hook up Malloc checker.
Zhongxing Xu
2009-11-13
1
-0
/
+12
*
Fix MSVC build.
Benjamin Kramer
2009-11-12
1
-1
/
+1
*
Add boilerplate logic for a malloc/free checker.
Zhongxing Xu
2009-11-12
1
-0
/
+126