diff options
author | Anna Zaks <ganna@apple.com> | 2012-02-01 16:46:57 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-02-01 16:46:57 +0000 |
commit | 97981bdeb07388eb40815da15b3a5b47ac8bd059 (patch) | |
tree | 2ca9f86af126a75b3e90deb4c34a315460aaebb2 | |
parent | 4ca103d14c29045a298e172a7e1f01f10dde124d (diff) | |
download | bcm5719-llvm-97981bdeb07388eb40815da15b3a5b47ac8bd059.tar.gz bcm5719-llvm-97981bdeb07388eb40815da15b3a5b47ac8bd059.zip |
[analyzer] Testing: add 2 new checkers to the buildbot script.
llvm-svn: 149514
-rwxr-xr-x | clang/utils/analyzer/SATestBuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index ce64ae45d7e..e76bb217d5f 100755 --- a/clang/utils/analyzer/SATestBuild.py +++ b/clang/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 |