index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
MallocChecker.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-18
Add support for computing size in elements for symbolic regions obtained from
Zhongxing Xu
2010-01-18
If the symbol has not been tracked, do not free it. This is possible when free
Zhongxing Xu
2009-12-31
Let constraint manager inform checkers that some assumption logic has happend.
Zhongxing Xu
2009-12-12
Add initial support for realloc() in MallocChecker.
Zhongxing Xu
2009-12-11
Completely evaluate malloc/free in MallocChecker.cpp.
Zhongxing Xu
2009-12-11
Use 'class' instead of 'struct'.
Zhongxing Xu
2009-11-28
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-23
Clean up the Checker API a little more, resolving some hidden bugs
Ted Kremenek
2009-11-22
Save and restore the HasGen flag in MallocChecker.
Zhongxing Xu
2009-11-17
Add PreVisitReturn to Malloc checker. Now we can recognize returned memory
Zhongxing Xu
2009-11-17
Add EvalEndPath interface to Checker. Now we can check memory leaked at the
Zhongxing Xu
2009-11-14
Change *BugReport constructors to take StringRefs.
Benjamin Kramer
2009-11-13
Malloc checker basically works now.
Zhongxing Xu
2009-11-13
Hook up Malloc checker.
Zhongxing Xu
2009-11-12
Fix MSVC build.
Benjamin Kramer
2009-11-12
Add boilerplate logic for a malloc/free checker.
Zhongxing Xu