summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-checker-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Warn when using 'delete' on an uninitialized variable.Jordan Rose2013-08-091-0/+32
* [analyzer] Don't inline ~shared_ptr.Jordan Rose2013-05-171-0/+95
* [analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.Anton Yartsev2013-04-121-1/+1
* [analyzer] +Testcase: several used-after-free args passed to a function.Anton Yartsev2013-04-101-0/+5
* [analyzer] Switched to checkPreCall interface for detecting usage after free.Anton Yartsev2013-04-101-3/+42
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-6/+6
* [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose2013-04-051-2/+2
* [analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose2013-04-051-7/+26
* [analyzer] Reduced the unwanted correlations between checkers living inside M...Anton Yartsev2013-04-041-1/+1
* [analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev2013-04-021-1/+1
* [analyzer] Enabled unix.Malloc checker.Anton Yartsev2013-03-301-56/+1
* [analyzer] Tests for intersections with other checkers from MallocChecker.cpp...Anton Yartsev2013-03-301-0/+200
OpenPOWER on IntegriCloud