forked from OSchip/llvm-project
Always process an index.html file if we have HTML output. Patch by Justin Bogner.
llvm-svn: 173294
This commit is contained in:
parent
546bb56278
commit
15b47bc872
|
@ -1563,7 +1563,7 @@ if (defined $OutputFormat) {
|
|||
Diag "Analysis run complete.\n";
|
||||
Diag "Analysis results (plist files) deposited in '$HtmlDir'\n";
|
||||
}
|
||||
elsif ($OutputFormat =~ /html/) {
|
||||
if ($OutputFormat =~ /html/) {
|
||||
# Postprocess the HTML directory.
|
||||
my $NumBugs = Postprocess($HtmlDir, $BaseDir, $AnalyzerStats);
|
||||
|
||||
|
|
Loading…
Reference in New Issue