[cfe-commits] r150989 - /cfe/trunk/utils/analyzer/SATestBuild.py

Anna Zaks ganna at apple.com
Mon Feb 20 13:10:40 PST 2012


Author: zaks
Date: Mon Feb 20 15:10:40 2012
New Revision: 150989

URL: http://llvm.org/viewvc/llvm-project?rev=150989&view=rev
Log:
[analyzer] Testing: These checkers are not experimental anymore.

Modified:
    cfe/trunk/utils/analyzer/SATestBuild.py

Modified: cfe/trunk/utils/analyzer/SATestBuild.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/analyzer/SATestBuild.py?rev=150989&r1=150988&r2=150989&view=diff
==============================================================================
--- cfe/trunk/utils/analyzer/SATestBuild.py (original)
+++ cfe/trunk/utils/analyzer/SATestBuild.py Mon Feb 20 15:10:40 2012
@@ -72,7 +72,7 @@
 
 # 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
 





More information about the cfe-commits mailing list