]> granicus.if.org Git - clang/commitdiff
[analyzer] Testing: These checkers are not experimental anymore.
authorAnna Zaks <ganna@apple.com>
Mon, 20 Feb 2012 21:10:40 +0000 (21:10 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 20 Feb 2012 21:10:40 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150989 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

index 4ba9a8838066aff5b9b6ebb648e0052c3a75e411..3fccb9ac1ef14cb2112c39363247f06297c43c46 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,experimental.osx.cocoa.Containers,experimental.unix.cstring.BadSizeArg,experimental.unix.Malloc"
+Checkers="experimental.security.taint,core,deadcode,cplusplus,security,unix,osx,cocoa"
 
 Verbose = 1