]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167317 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

index baab11312e9b092c6a34cb98eb9c318f3b232a5e..94123582225f539941c37e93a6adf9d0aed27ccb 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