]> granicus.if.org Git - clang/commitdiff
[analyzer] Testing: add 2 new checkers to the buildbot script.
authorAnna Zaks <ganna@apple.com>
Wed, 1 Feb 2012 16:46:57 +0000 (16:46 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 1 Feb 2012 16:46:57 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149514 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

index ce64ae45d7e9c5b123655b44f52cba74bcc83ac8..e76bb217d5f9c45a8ed6392c85103122bca30652 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,cplusplus,security,unix,osx,cocoa,experimental.osx.cocoa.Containers,experimental.unix.cstring.BadSizeArg"
 
 Verbose = 1