summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek2010-07-311-4/+118
* Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care2010-07-231-1/+1
* Casting to void* or any other pointer-to-sizeless type (e.g. function pointer...Jordy Rose2010-06-201-0/+12
* Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my Zhongxing Xu2010-06-011-0/+32
* CastSizeChecker checks when casting a malloc'ed symbolic region to type T,Zhongxing Xu2010-05-251-7/+17
* Add use-after-free check to MallocChecker.Zhongxing Xu2010-03-101-0/+6
* Fix pr6293. If ptr is NULL, no operation is preformed.Zhongxing Xu2010-02-141-0/+4
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Add test case for pr6069.Zhongxing Xu2010-01-181-0/+6
* Let constraint manager inform checkers that some assumption logic has happend.Zhongxing Xu2009-12-311-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Add initial support for realloc() in MallocChecker.Zhongxing Xu2009-12-121-0/+8
* Add PreVisitReturn to Malloc checker. Now we can recognize returned memoryZhongxing Xu2009-11-171-4/+4
* Add EvalEndPath interface to Checker. Now we can check memory leaked at theZhongxing Xu2009-11-171-12/+11
* Fix a couple of tests.Eli Friedman2009-11-141-1/+1
* Remove test case's dependency on header file.Ted Kremenek2009-11-131-1/+3
* Add two new test cases for the Malloc/Free checker. Both have to do withTed Kremenek2009-11-131-0/+18
* Add test case that shows a leak we don't catch.Ted Kremenek2009-11-131-0/+5
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Malloc checker basically works now.Zhongxing Xu2009-11-131-0/+13
OpenPOWER on IntegriCloud