diff options
Diffstat (limited to 'clang/utils')
| -rwxr-xr-x | clang/utils/analyzer/SATestBuild.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index e119155a9b4..8e09a7adab4 100755 --- a/clang/utils/analyzer/SATestBuild.py +++ b/clang/utils/analyzer/SATestBuild.py @@ -208,6 +208,9 @@ def runScanBuild(Dir, SBOutputDir, PBuildLogFile):      SBOptions += "-plist-html -o " + SBOutputDir + " "      SBOptions += "-enable-checker " + Checkers + " "        SBOptions += "--keep-empty " +    # Always use ccc-analyze to ensure that we can locate the failures  +    # directory. +    SBOptions += "--override-compiler "      try:          SBCommandFile = open(BuildScriptPath, "r")          SBPrefix = "scan-build " + SBOptions + " "  | 

