]> granicus.if.org Git - clang/commit
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free...
authorAnton Yartsev <anton.yartsev@gmail.com>
Mon, 25 Mar 2013 01:35:45 +0000 (01:35 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Mon, 25 Mar 2013 01:35:45 +0000 (01:35 +0000)
commit2de19edab6001d2c17720d02fe0760b9b452192a
treef792075065beedffec03e05b22968e81b285448c
parent8f7bfb40b72f478d83b018a280f99c0386576ae3
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177849 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
test/Analysis/Inputs/system-header-simulator-cxx.h
test/Analysis/NewDelete-checker-test.mm [new file with mode: 0644]
test/Analysis/NewDelete-path-notes.cpp [new file with mode: 0644]
test/Analysis/inline.cpp
test/Analysis/new.cpp
utils/analyzer/SATestBuild.py