Age | Commit message (Expand) | Author |
---|---|---|
2009-11-22 | Save and restore the HasGen flag in MallocChecker. | Zhongxing Xu |
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 | Change *BugReport constructors to take StringRefs. | Benjamin Kramer |
2009-11-13 | Malloc checker basically works now. | Zhongxing Xu |
2009-11-13 | Hook up Malloc checker. | Zhongxing Xu |
2009-11-12 | Fix MSVC build. | Benjamin Kramer |
2009-11-12 | Add boilerplate logic for a malloc/free checker. | Zhongxing Xu |