From: Anna Zaks Date: Fri, 31 Oct 2014 17:40:14 +0000 (+0000) Subject: [analyzer] Rename NewDeleteLeaks checker in the test script. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d3048ab777ce5bd9a38ad31b83be2c4945f5071;p=clang [analyzer] Rename NewDeleteLeaks checker in the test script. Fixup to r220289. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220976 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py index 441032eb7c..0a2c836b26 100755 --- a/utils/analyzer/SATestBuild.py +++ b/utils/analyzer/SATestBuild.py @@ -170,7 +170,7 @@ SBOutputDirReferencePrefix = "Ref" # The list of checkers used during analyzes. # Currently, consists of all the non-experimental checkers, plus a few alpha # checkers we don't want to regress on. -Checkers="alpha.unix.SimpleStream,alpha.security.taint,alpha.cplusplus.NewDeleteLeaks,core,cplusplus,deadcode,security,unix,osx" +Checkers="alpha.unix.SimpleStream,alpha.security.taint,cplusplus.NewDeleteLeaks,core,cplusplus,deadcode,security,unix,osx" Verbose = 1