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-interprocedural.c
Age
Commit message (
Expand
)
Author
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2012-11-15
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-09-20
clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.
NAKAMURA Takumi
2012-09-20
test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc f...
NAKAMURA Takumi
2012-09-20
[analyzer] MallocChecker should not do post-call checks on inlined functions.
Jordan Rose
2012-09-12
Adjust some analyzer tests to place widely shared inputs inside of an
Chandler Carruth
2012-08-21
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
Jordan Rose
2012-03-21
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-02
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-02-27
[analyzer] Leaks should be uniqued by the allocation point in the
Anna Zaks
2012-02-24
[analyzer] Run remove dead bindings before each call.
Anna Zaks
2012-02-24
[analyzer] We were silently stopping exploring the path after
Anna Zaks
2012-02-21
[analyzer] + a couple more malloc tests.
Anna Zaks
2012-02-20
[analyzer] Make Malloc aware of inter-procedural execution + basic
Anna Zaks