From 13df03624bd21878c32e0d84b71b55bc1298cbcc Mon Sep 17 00:00:00 2001 From: Anton Yartsev Date: Mon, 25 Mar 2013 01:35:45 +0000 Subject: [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. llvm-svn: 177849 --- clang/utils/analyzer/SATestBuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/utils') diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index 067be162e27..3d8f7c0a14e 100755 --- a/clang/utils/analyzer/SATestBuild.py +++ b/clang/utils/analyzer/SATestBuild.py @@ -169,7 +169,7 @@ SBOutputDirReferencePrefix = "Ref" # The list of checkers used during analyzes. # Currently, consists of all the non experimental checkers. -Checkers="alpha.unix.SimpleStream,alpha.security.taint,core,deadcode,security,unix,osx" +Checkers="alpha.unix.SimpleStream,alpha.security.taint,core,cplusplus,deadcode,security,unix,osx" Verbose = 1 -- cgit v1.2.3