[analyzer] [tests] Hotfix: missing space

llvm-svn: 343643
This commit is contained in:
George Karpenkov 2018-10-02 22:31:44 +00:00
parent 9c0baa524c
commit d3b0846e7a
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ def runAnalyzePreprocessed(Args, Dir, SBOutputDir, Mode):
CmdPrefix += "-analyze -analyzer-output=plist -w "
CmdPrefix += "-analyzer-checker=" + Checkers
CmdPrefix += " -fcxx-exceptions -fblocks "
CmdPrefix += " -analyzer-config " + generateAnalyzerConfig(Args)
CmdPrefix += " -analyzer-config %s " % generateAnalyzerConfig(Args)
if (Mode == 2):
CmdPrefix += "-std=c++11 "