summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-path-notes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Improve the malloc checker stack hint messageAnna Zaks2013-04-161-219/+447
| | | | llvm-svn: 179580
* [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] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev2013-04-021-2/+2
| | | | llvm-svn: 178529
* [analyzer] Enabled unix.Malloc checker.Anton Yartsev2013-03-301-2/+2
| | | | | | + Refactoring. llvm-svn: 178388
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, ↵Anton Yartsev2013-03-251-0/+323
double free, and use-after-free problems of memory managed by new/delete. llvm-svn: 177849
OpenPOWER on IntegriCloud