From: Anna Zaks Date: Wed, 15 Feb 2012 00:19:07 +0000 (+0000) Subject: [analyzer] Add the Malloc checker to the list of tested checkers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f66035ec41766d232c37a58f67046cc0b4bb433b;p=clang [analyzer] Add the Malloc checker to the list of tested checkers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py index c2649a322f..4ba9a88380 100755 --- a/utils/analyzer/SATestBuild.py +++ b/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,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