summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-custom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus ↵Anton Yartsev2014-10-211-1/+1
| | | | | | package. llvm-svn: 220289
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-5/+5
| | | | | | As per Ted’s suggestion! llvm-svn: 178938
* [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose2013-04-051-2/+2
| | | | | | | | As mentioned in the previous commit message, the use-after-free and double-free warnings for 'delete' are worth enabling even while the leak warnings still have false positives. llvm-svn: 178891
* [analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose2013-04-051-6/+29
| | | | | | | | | | | | This splits the leak-checking part of alpha.cplusplus.NewDelete into a separate user-level checker, alpha.cplusplus.NewDeleteLeaks. All the difficult false positives we've seen with the new/delete checker have been spurious leak warnings; the use-after-free warnings and mismatched deallocator warnings, while rare, have always been valid. <rdar://problem/6194569> llvm-svn: 178890
* [analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev2013-04-021-1/+1
| | | | llvm-svn: 178529
* [analyzer] Enabled unix.Malloc checker.Anton Yartsev2013-03-301-5/+5
| | | | | | + Refactoring. llvm-svn: 178388
* [analyzer] For now assume all standard global 'operator new' functions ↵Anton Yartsev2013-03-281-0/+57
allocate memory in heap. + Improved test coverage for cplusplus.NewDelete checker. llvm-svn: 178244
OpenPOWER on IntegriCloud