aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-interprocedural.c
AgeCommit message (Expand)Author
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks
2012-11-15[analyzer] Report leaks at the closing brace of a function body.Jordan Rose
2012-09-20clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.NAKAMURA Takumi
2012-09-20test/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-12Adjust some analyzer tests to place widely shared inputs inside of anChandler 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 + provideAnna Zaks
2012-02-27[analyzer] Leaks should be uniqued by the allocation point in theAnna 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 afterAnna Zaks
2012-02-21[analyzer] + a couple more malloc tests.Anna Zaks
2012-02-20[analyzer] Make Malloc aware of inter-procedural execution + basicAnna Zaks