summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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