1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 8155722 [analyzer] Handle destructors for the argument to C++ 'delete'. by Jordan Rose · 11 years ago
  3. fa220f5 [analyzer] Warn when using 'delete' on an uninitialized variable. by Jordan Rose · 11 years ago
  4. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  5. 9df151c [analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled. by Anton Yartsev · 11 years ago
  6. 337ad76 [analyzer] +Testcase: several used-after-free args passed to a function. by Anton Yartsev · 11 years ago
  7. 55e57a5 [analyzer] Switched to checkPreCall interface for detecting usage after free. by Anton Yartsev · 11 years ago
  8. 68eb4c2 [analyzer] Shorten the malloc checker’s leak message by Anna Zaks · 11 years ago
  9. e449edc [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks). by Jordan Rose · 11 years ago
  10. e85deb3 [analyzer] Split new/delete checker into use-after-free and leaks parts. by Jordan Rose · 11 years ago
  11. 648cb71 [analyzer] Reduced the unwanted correlations between checkers living inside MallocChecker.cpp by Anton Yartsev · 11 years ago
  12. 3d11708 [analyzer] Moving cplusplus.NewDelete to alpha.* for now. by Anton Yartsev · 11 years ago
  13. 8e452e7 [analyzer] Enabled unix.Malloc checker. + Refactoring. by Anton Yartsev · 11 years ago
  14. 1f3b5d9 [analyzer] Tests for intersections with other checkers from MallocChecker.cpp factored out to NewDelete-intersections.mm by Anton Yartsev · 11 years ago[Renamed from test/Analysis/NewDelete-checker-test.mm]
  15. 41988f3 [analyzer] Add support for escape of const pointers and use it to allow “newed” pointers to escape by Anna Zaks · 11 years ago
  16. 849c7bf [analyzer] These implements unix.MismatchedDeallocatorChecker checker. by Anton Yartsev · 11 years ago
  17. 6974628 [analyzer] For now assume all standard global 'operator new' functions allocate memory in heap. by Anton Yartsev · 11 years ago
  18. 2de19ed [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. by Anton Yartsev · 12 years ago