summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-checker-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-8/+39
* Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...Kristof Umann2018-12-171-1/+1
* [analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann2018-12-151-1/+1
* [analyzer] NFC: Run many existing C++ tests with a custom operator new().Artem Dergachev2018-01-241-3/+15
* [analyzer] operator new: Fix memory space for the returned region.Artem Dergachev2018-01-171-0/+2
* [analyzer] Clarify 'uninitialized function argument' messagesDaniel Marjamaki2017-03-081-1/+1
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [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