Always process an index.html file if we have HTML output. Patch by Justin Bogner.

llvm-svn: 173294
This commit is contained in:
Ted Kremenek 2013-01-23 21:22:14 +00:00
parent 546bb56278
commit 15b47bc872
1 changed files with 1 additions and 1 deletions

View File

@ -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);