summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/MallocChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-336/+0
* Add support for computing size in elements for symbolic regions obtained fromZhongxing Xu2010-01-181-4/+11
* If the symbol has not been tracked, do not free it. This is possible when freeZhongxing Xu2010-01-181-1/+6
* Let constraint manager inform checkers that some assumption logic has happend.Zhongxing Xu2009-12-311-4/+28
* Add initial support for realloc() in MallocChecker.Zhongxing Xu2009-12-121-10/+82
* Completely evaluate malloc/free in MallocChecker.cpp.Zhongxing Xu2009-12-111-8/+20
* Use 'class' instead of 'struct'.Zhongxing Xu2009-12-111-1/+2
* 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