Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
01e56aecb77a96dcd93fa0e901b919f2e441981d
/
lib
/
Checker
/
MallocChecker.cpp
5e2d2c2
Checker: random include cleanup.
by Benjamin Kramer
· 15 years ago
c802378
Add use-after-free check to MallocChecker.
by Zhongxing Xu
· 15 years ago
181cc3d
Fix pr6293. If ptr is NULL, no operation is preformed.
by Zhongxing Xu
· 15 years ago
1397663
Revert 95541.
by Ted Kremenek
· 15 years ago
6f8c430
Rename: GRState::getSVal(Stmt*) => getExprVal(),
by Zhongxing Xu
· 15 years ago
1309f9a
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 15 years ago
[Renamed (97%) from lib/Analysis/MallocChecker.cpp]
3ed04d3
Add support for computing size in elements for symbolic regions obtained from
by Zhongxing Xu
· 15 years ago
7e3cda9
If the symbol has not been tracked, do not free it. This is possible when free
by Zhongxing Xu
· 15 years ago
b94b81a
Let constraint manager inform checkers that some assumption logic has happend.
by Zhongxing Xu
· 15 years ago
d9c84c8
Add initial support for realloc() in MallocChecker.
by Zhongxing Xu
· 15 years ago
a49c6b7
Completely evaluate malloc/free in MallocChecker.cpp.
by Zhongxing Xu
· 15 years ago
7fb1464
Use 'class' instead of 'struct'.
by Zhongxing Xu
· 15 years ago
ba5fb5a
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 15 years ago
19d67b5
Clean up the Checker API a little more, resolving some hidden bugs
by Ted Kremenek
· 15 years ago
f605aae
Save and restore the HasGen flag in MallocChecker.
by Zhongxing Xu
· 15 years ago
4985e3e
Add PreVisitReturn to Malloc checker. Now we can recognize returned memory
by Zhongxing Xu
· 15 years ago
243fde9
Add EvalEndPath interface to Checker. Now we can check memory leaked at the
by Zhongxing Xu
· 15 years ago
d02e232
Change *BugReport constructors to take StringRefs.
by Benjamin Kramer
· 15 years ago
fc7ac8f
Malloc checker basically works now.
by Zhongxing Xu
· 16 years ago
7b76096
Hook up Malloc checker.
by Zhongxing Xu
· 16 years ago
221089b
Fix MSVC build.
by Benjamin Kramer
· 16 years ago
589c0f2
Add boilerplate logic for a malloc/free checker.
by Zhongxing Xu
· 16 years ago