diff options
author | Anna Zaks <ganna@apple.com> | 2012-02-15 00:19:07 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-02-15 00:19:07 +0000 |
commit | a432feaf2642e510ca189223f76838008f7b9463 (patch) | |
tree | b0cc0211160d75fd69752340e31bec4e7d1b24a7 | |
parent | 5a6213d22b8bc4fdd7092693632c86e2a78e39ce (diff) | |
download | bcm5719-llvm-a432feaf2642e510ca189223f76838008f7b9463.tar.gz bcm5719-llvm-a432feaf2642e510ca189223f76838008f7b9463.zip |
[analyzer] Add the Malloc checker to the list of tested checkers.
llvm-svn: 150535
-rwxr-xr-x | clang/utils/analyzer/SATestBuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index c2649a322f4..4ba9a883806 100755 --- a/clang/utils/analyzer/SATestBuild.py +++ b/clang/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 |