From: Anna Zaks Date: Fri, 2 Nov 2012 21:30:07 +0000 (+0000) Subject: [analyzer] Test SimpleStream on the buildbot. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69e2bf9e0ccdf3a448dbc98326ee91c1daa04a7c;p=platform%2Fupstream%2Fllvm.git [analyzer] Test SimpleStream on the buildbot. llvm-svn: 167317 --- diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index baab113..9412358 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