summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-11-02 21:30:07 +0000
committerAnna Zaks <ganna@apple.com>2012-11-02 21:30:07 +0000
commit69e2bf9e0ccdf3a448dbc98326ee91c1daa04a7c (patch)
treee0a08081c80b2bcebdffab1fa6e985360533780a /clang
parentda27efed92b9c30a096e2906f5df4716bf77ed33 (diff)
downloadbcm5719-llvm-69e2bf9e0ccdf3a448dbc98326ee91c1daa04a7c.tar.gz
bcm5719-llvm-69e2bf9e0ccdf3a448dbc98326ee91c1daa04a7c.zip
[analyzer] Test SimpleStream on the buildbot.
llvm-svn: 167317
Diffstat (limited to 'clang')
-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 baab11312e9..94123582225 100755
--- a/clang/utils/analyzer/SATestBuild.py
+++ b/clang/utils/analyzer/SATestBuild.py
@@ -169,7 +169,7 @@ SBOutputDirReferencePrefix = "Ref"
# The list of checkers used during analyzes.
# Currently, consists of all the non experimental checkers.
-Checkers="alpha.security.taint,core,deadcode,security,unix,osx"
+Checkers="alpha.unix.SimpleStream,alpha.security.taint,core,deadcode,security,unix,osx"
Verbose = 1
OpenPOWER on IntegriCloud