]> granicus.if.org Git - clang/commit
[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus package.
authorAnton Yartsev <anton.yartsev@gmail.com>
Tue, 21 Oct 2014 12:41:36 +0000 (12:41 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Tue, 21 Oct 2014 12:41:36 +0000 (12:41 +0000)
commit0fd17e370caa0494f432b85c71ce36096ee4f3b5
treea49ee776df2b31025c8bbcf931deb93d15f0b0e4
parent7b17fc1561f1d8d55bdd3605a61086144d7f8bd3
[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus package.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220289 91177308-0d34-0410-b5e6-96231b3b80d8
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-variadic.cpp
test/Analysis/NewDeleteLeaks-PR18394.cpp
test/Analysis/NewDeleteLeaks-PR19102.cpp