[analyzer] Rename NewDeleteLeaks checker in the test script.
authorAnna Zaks <ganna@apple.com>
Fri, 31 Oct 2014 17:40:14 +0000 (17:40 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 31 Oct 2014 17:40:14 +0000 (17:40 +0000)
Fixup to r220289.

llvm-svn: 220976

clang/utils/analyzer/SATestBuild.py

index 441032e..0a2c836 100755 (executable)
@@ -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