diff options
-rwxr-xr-x | clang/utils/analyzer/SATestBuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index 60c8796e338..cc5ef480299 100755 --- a/clang/utils/analyzer/SATestBuild.py +++ b/clang/utils/analyzer/SATestBuild.py @@ -247,6 +247,7 @@ def runScanBuild(Dir, SBOutputDir, PBuildLogFile): SBOptions += "-plist-html -o '%s' " % SBOutputDir SBOptions += "-enable-checker " + AllCheckers + " " SBOptions += "--keep-empty " + SBOptions += "-analyzer-config 'stable-report-filename=true' " # Always use ccc-analyze to ensure that we can locate the failures # directory. SBOptions += "--override-compiler " |