forked from OSchip/llvm-project
Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument.
llvm-svn: 130320
This commit is contained in:
parent
d5c06a68b5
commit
f26109664e
|
@ -1383,7 +1383,7 @@ if ($AnalyzeHeaders) {
|
|||
push @AnalysesToRun,"-analyzer-opt-analyze-headers";
|
||||
}
|
||||
if ($AnalyzerStats) {
|
||||
push @AnalysesToRun, '-analyzer-stats';
|
||||
push @AnalysesToRun, '-analyzer-checker', 'debug.Stats';
|
||||
}
|
||||
if ($MaxLoop > 0) {
|
||||
push @AnalysesToRun, '-analyzer-max-loop ' . $MaxLoop;
|
||||
|
|
Loading…
Reference in New Issue