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

Anna Zaks ganna at apple.com
Wed Feb 1 08:46:57 PST 2012


Author: zaks
Date: Wed Feb  1 10:46:57 2012
New Revision: 149514

URL: http://llvm.org/viewvc/llvm-project?rev=149514&view=rev
Log:
[analyzer] Testing: add 2 new checkers to the buildbot script.

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=149514&r1=149513&r2=149514&view=diff
==============================================================================
--- cfe/trunk/utils/analyzer/SATestBuild.py (original)
+++ cfe/trunk/utils/analyzer/SATestBuild.py Wed Feb  1 10:46:57 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"
+Checkers="experimental.security.taint,core,deadcode,cplusplus,security,unix,osx,cocoa,experimental.osx.cocoa.Containers,experimental.unix.cstring.BadSizeArg"
 
 Verbose = 1
 





More information about the cfe-commits mailing list