summaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-interprocedural.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-4/+4
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-8/+12
* clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.NAKAMURA Takumi2012-09-201-3/+0
* test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc f...NAKAMURA Takumi2012-09-201-0/+2
* [analyzer] MallocChecker should not do post-call checks on inlined functions.Jordan Rose2012-09-201-2/+36
* Adjust some analyzer tests to place widely shared inputs inside of anChandler Carruth2012-09-121-1/+1
* [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose2012-08-211-1/+1
* [analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks2012-03-211-4/+4
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-1/+1
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-271-3/+4
* [analyzer] Run remove dead bindings before each call.Anna Zaks2012-02-241-0/+10
* [analyzer] We were silently stopping exploring the path afterAnna Zaks2012-02-241-0/+16
* [analyzer] + a couple more malloc tests.Anna Zaks2012-02-211-0/+17
* [analyzer] Make Malloc aware of inter-procedural execution + basicAnna Zaks2012-02-201-0/+54