From: Jordan Rose Date: Thu, 26 Jul 2012 22:31:59 +0000 (+0000) Subject: SATestBuild should not ask for non-existent checkers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dba417ce68756b6f838113c5e18aa6335e4df286;p=clang SATestBuild should not ask for non-existent checkers. - "cocoa" was moved to "osx.cocoa" a long time ago. - "cplusplus" would be a valid package except we don't have any C++ checkers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py index 93a3a72676..fd4bc8a8ee 100755 --- a/utils/analyzer/SATestBuild.py +++ b/utils/analyzer/SATestBuild.py @@ -72,7 +72,7 @@ SBOutputDirReferencePrefix = "Ref" # The list of checkers used during analyzes. # Currently, consists of all the non experimental checkers. -Checkers="experimental.security.taint,core,deadcode,cplusplus,security,unix,osx,cocoa" +Checkers="experimental.security.taint,core,deadcode,security,unix,osx" Verbose = 1