Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7f63cb098f2461643f71ea590c1a477603f27f63
/
test
/
Analysis
/
malloc.c
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
565e465
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
by Ted Kremenek
· 15 years ago
425c7ed
Add test case for pr6069.
by Zhongxing Xu
· 15 years ago
b94b81a
Let constraint manager inform checkers that some assumption logic has happend.
by Zhongxing Xu
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
ef74f4c
Replace clang-cc with clang -cc1.
by Zhongxing Xu
· 15 years ago
d9c84c8
Add initial support for realloc() 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
2f00552
Fix a couple of tests.
by Eli Friedman
· 15 years ago
c360775
Remove test case's dependency on header file.
by Ted Kremenek
· 15 years ago
c764d4b
Add two new test cases for the Malloc/Free checker. Both have to do with
by Ted Kremenek
· 15 years ago
ba93087
Add test case that shows a leak we don't catch.
by Ted Kremenek
· 15 years ago
8382cf5
Add clang-cc option "--analyzer-experimental-internal-checks". This
by Ted Kremenek
· 15 years ago
fc7ac8f
Malloc checker basically works now.
by Zhongxing Xu
· 15 years ago