]> granicus.if.org Git - clang/commitdiff
SATestBuild should not ask for non-existent checkers.
authorJordan Rose <jordan_rose@apple.com>
Thu, 26 Jul 2012 22:31:59 +0000 (22:31 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 26 Jul 2012 22:31:59 +0000 (22:31 +0000)
- "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

utils/analyzer/SATestBuild.py

index 93a3a72676804fb0a0f20d1428db3925cd3d642c..fd4bc8a8eeef52a1d09bbdd7529bde9102c31720 100755 (executable)
@@ -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