aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-07-26 22:31:59 +0000
committerJordan Rose <jordan_rose@apple.com>2012-07-26 22:31:59 +0000
commitdba417ce68756b6f838113c5e18aa6335e4df286 (patch)
treead9a14d8ee117d5faa6a8329c5fa59dfc10c98dc
parent6da60499eae46caf9f92f7ba35c607043dc3f7fa (diff)
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
-rwxr-xr-xutils/analyzer/SATestBuild.py2
1 files changed, 1 insertions, 1 deletions
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