summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/MallocChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add PreVisitReturn to Malloc checker. Now we can recognize returned memoryZhongxing Xu2009-11-171-0/+26
* Add EvalEndPath interface to Checker. Now we can check memory leaked at theZhongxing Xu2009-11-171-20/+52
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-2/+2
* Malloc checker basically works now.Zhongxing Xu2009-11-131-2/+24
* Hook up Malloc checker.Zhongxing Xu2009-11-131-0/+12
* Fix MSVC build.Benjamin Kramer2009-11-121-1/+1
* Add boilerplate logic for a malloc/free checker.Zhongxing Xu2009-11-121-0/+126
OpenPOWER on IntegriCloud