aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/MallocChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-18Add support for computing size in elements for symbolic regions obtained fromZhongxing Xu
2010-01-18If the symbol has not been tracked, do not free it. This is possible when freeZhongxing Xu
2009-12-31Let constraint manager inform checkers that some assumption logic has happend.Zhongxing Xu
2009-12-12Add initial support for realloc() in MallocChecker.Zhongxing Xu
2009-12-11Completely evaluate malloc/free in MallocChecker.cpp.Zhongxing Xu
2009-12-11Use 'class' instead of 'struct'.Zhongxing Xu
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-23Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek
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