r220976 - [analyzer] Rename NewDeleteLeaks checker in the test script.

Anna Zaks ganna at apple.com
Fri Oct 31 10:40:14 PDT 2014


Author: zaks
Date: Fri Oct 31 12:40:14 2014
New Revision: 220976

URL: http://llvm.org/viewvc/llvm-project?rev=220976&view=rev
Log:
[analyzer] Rename NewDeleteLeaks checker in the test script.

Fixup to r220289.

Modified:
    cfe/trunk/utils/analyzer/SATestBuild.py

Modified: cfe/trunk/utils/analyzer/SATestBuild.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/analyzer/SATestBuild.py?rev=220976&r1=220975&r2=220976&view=diff
==============================================================================
--- cfe/trunk/utils/analyzer/SATestBuild.py (original)
+++ cfe/trunk/utils/analyzer/SATestBuild.py Fri Oct 31 12:40:14 2014
@@ -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
 





More information about the cfe-commits mailing list