[analyzer] Add the Malloc checker to the list of tested checkers.

llvm-svn: 150535
This commit is contained in:
Anna Zaks 2012-02-15 00:19:07 +00:00
parent 5a6213d22b
commit a432feaf26
1 changed files with 1 additions and 1 deletions

View File

@ -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