summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-checker-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Model base to derived casts more precisely.Gabor Horvath2016-08-081-0/+16
* [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.Anton Yartsev2015-04-141-0/+24
* [analyzer] Different handling of alloca().Anton Yartsev2015-02-191-5/+0
* [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...Anton Yartsev2014-10-211-1/+1
* [analyzer] Warn about double-delete in C++ at the second delete...Jordan Rose2014-01-081-3/+3
* [analyzer] Handle destructors for the argument to C++ 'delete'.Jordan Rose2013-09-251-0/+25
* [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