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
/
test
/
Analysis
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
After a lengthy design discussion, add support for "ownership attributes" for...
Ted Kremenek
2010-07-31
1
-4
/
+118
*
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-23
1
-1
/
+1
*
Casting to void* or any other pointer-to-sizeless type (e.g. function pointer...
Jordy Rose
2010-06-20
1
-0
/
+12
*
Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my
Zhongxing Xu
2010-06-01
1
-0
/
+32
*
CastSizeChecker checks when casting a malloc'ed symbolic region to type T,
Zhongxing Xu
2010-05-25
1
-7
/
+17
*
Add use-after-free check to MallocChecker.
Zhongxing Xu
2010-03-10
1
-0
/
+6
*
Fix pr6293. If ptr is NULL, no operation is preformed.
Zhongxing Xu
2010-02-14
1
-0
/
+4
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-1
/
+1
*
Add test case for pr6069.
Zhongxing Xu
2010-01-18
1
-0
/
+6
*
Let constraint manager inform checkers that some assumption logic has happend.
Zhongxing Xu
2009-12-31
1
-0
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-1
/
+1
*
Add initial support for realloc() in MallocChecker.
Zhongxing Xu
2009-12-12
1
-0
/
+8
*
Add PreVisitReturn to Malloc checker. Now we can recognize returned memory
Zhongxing Xu
2009-11-17
1
-4
/
+4
*
Add EvalEndPath interface to Checker. Now we can check memory leaked at the
Zhongxing Xu
2009-11-17
1
-12
/
+11
*
Fix a couple of tests.
Eli Friedman
2009-11-14
1
-1
/
+1
*
Remove test case's dependency on header file.
Ted Kremenek
2009-11-13
1
-1
/
+3
*
Add two new test cases for the Malloc/Free checker. Both have to do with
Ted Kremenek
2009-11-13
1
-0
/
+18
*
Add test case that shows a leak we don't catch.
Ted Kremenek
2009-11-13
1
-0
/
+5
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-1
/
+1
*
Malloc checker basically works now.
Zhongxing Xu
2009-11-13
1
-0
/
+13