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