From: Anna Zaks Date: Wed, 1 Feb 2012 16:46:57 +0000 (+0000) Subject: [analyzer] Testing: add 2 new checkers to the buildbot script. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac4e5b7a111ec3a91bf360b2213b10975f87ca17;p=clang [analyzer] Testing: add 2 new checkers to the buildbot script. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149514 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py index ce64ae45d7..e76bb217d5 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,cplusplus,security,unix,osx,cocoa,experimental.osx.cocoa.Containers,experimental.unix.cstring.BadSizeArg" Verbose = 1