[analyzer] Test SimpleStream on the buildbot.
authorAnna Zaks <ganna@apple.com>
Fri, 2 Nov 2012 21:30:07 +0000 (21:30 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 2 Nov 2012 21:30:07 +0000 (21:30 +0000)
llvm-svn: 167317

clang/utils/analyzer/SATestBuild.py

index baab113..9412358 100755 (executable)
@@ -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