]> granicus.if.org Git - clang/commitdiff
[analyzer] Add the Malloc checker to the list of tested checkers.
authorAnna Zaks <ganna@apple.com>
Wed, 15 Feb 2012 00:19:07 +0000 (00:19 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 15 Feb 2012 00:19:07 +0000 (00:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150535 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

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