summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-02-15 00:19:07 +0000
committerAnna Zaks <ganna@apple.com>2012-02-15 00:19:07 +0000
commita432feaf2642e510ca189223f76838008f7b9463 (patch)
treeb0cc0211160d75fd69752340e31bec4e7d1b24a7
parent5a6213d22b8bc4fdd7092693632c86e2a78e39ce (diff)
downloadbcm5719-llvm-a432feaf2642e510ca189223f76838008f7b9463.tar.gz
bcm5719-llvm-a432feaf2642e510ca189223f76838008f7b9463.zip
[analyzer] Add the Malloc checker to the list of tested checkers.
llvm-svn: 150535
-rwxr-xr-xclang/utils/analyzer/SATestBuild.py2
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
OpenPOWER on IntegriCloud