1. 68eb4c2 [analyzer] Shorten the malloc checker’s leak message by Anna Zaks · 12 years ago
  2. 63bc186 [analyzer] Report leaks at the closing brace of a function body. by Jordan Rose · 12 years ago
  3. 9620aa8 clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets. by NAKAMURA Takumi · 12 years ago
  4. 2d9cc13 test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating. by NAKAMURA Takumi · 12 years ago
  5. c20c727 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 12 years ago
  6. 1b22cec Adjust some analyzer tests to place widely shared inputs inside of an by Chandler Carruth · 12 years ago
  7. ee04959 [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. by Jordan Rose · 12 years ago
  8. 3d7c44e [analyzer] Malloc: Utter the name of the leaked variable. by Anna Zaks · 13 years ago
  9. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 13 years ago
  10. 8235f9c [analyzer] Bound the size of the functions being inlined + provide by Anna Zaks · 13 years ago
  11. 7752d29 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  12. ff80afc [analyzer] Run remove dead bindings before each call. by Anna Zaks · 13 years ago
  13. e55b03a [analyzer] We were silently stopping exploring the path after by Anna Zaks · 13 years ago
  14. 3620547 [analyzer] + a couple more malloc tests. by Anna Zaks · 13 years ago
  15. a19581a [analyzer] Make Malloc aware of inter-procedural execution + basic tests. by Anna Zaks · 13 years ago