index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
malloc-annotations.c
Age
Commit message (
Expand
)
Author
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-03-20
[analyzer] Track malloc'd memory into struct fields.
Jordan Rose
2013-02-06
[analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
2012-11-15
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-08-24
Fix analyzer tests.
Ted Kremenek
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-08
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-06-22
[analyzer] Malloc: Warn about use-after-free when memory ownership was
Anna Zaks
2012-06-20
[analyzer] Malloc: cleanup, disallow free on relinquished memory.
Anna Zaks
2012-03-21
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-01
[analyzer] Fix a regression introduced in malloc with
Anna Zaks
2012-02-16
[analyzer] Malloc Checker: Clean up bug naming:
Anna Zaks
2012-02-16
[analyzer] Malloc Checker: Give up when a pointer escapes into a struct.
Anna Zaks
2012-02-11
[analyzer] Malloc Checker: Report a leak when we are returning freed
Anna Zaks
2012-02-10
[analyzer] MallocChecker Cleanup - harden against crashes, fix an error
Anna Zaks
2012-02-08
[analyzer] Split the MallocChecker into two versions - pessimistic and
Anna Zaks