]> granicus.if.org Git - clang/commit
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
authorJordan Rose <jordan_rose@apple.com>
Fri, 5 Apr 2013 17:55:07 +0000 (17:55 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 5 Apr 2013 17:55:07 +0000 (17:55 +0000)
commite449edc5bdace60f9d754c32abc5459bc7d94a14
treebf3ed7d5492620243d556a336546f4d9d31fb040
parente85deb356f5d2d2172b7ef70314bc9cfc742a936
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178891 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
test/Analysis/Malloc+NewDelete_intersections.cpp
test/Analysis/NewDelete+MismatchedDeallocator_intersections.cpp
test/Analysis/NewDelete-checker-test.cpp
test/Analysis/NewDelete-custom.cpp
test/Analysis/NewDelete-intersections.mm
test/Analysis/NewDelete-path-notes.cpp
test/Analysis/NewDelete-variadic.cpp
utils/analyzer/SATestBuild.py