summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/MallocChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-3/+3
* Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek2009-11-231-9/+5
* Save and restore the HasGen flag in MallocChecker.Zhongxing Xu2009-11-221-0/+1
* 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