aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/malloc.c
AgeCommit message (Expand)Author
2009-11-17Add PreVisitReturn to Malloc checker. Now we can recognize returned memoryZhongxing Xu
2009-11-17Add EvalEndPath interface to Checker. Now we can check memory leaked at theZhongxing Xu
2009-11-14Fix a couple of tests.Eli Friedman
2009-11-13Remove test case's dependency on header file.Ted Kremenek
2009-11-13Add two new test cases for the Malloc/Free checker. Both have to do withTed Kremenek
2009-11-13Add test case that shows a leak we don't catch.Ted Kremenek
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-13Malloc checker basically works now.Zhongxing Xu