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