]> granicus.if.org Git - clang/commitdiff
Always process an index.html file if we have HTML output. Patch by Justin Bogner.
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Jan 2013 21:22:14 +0000 (21:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Jan 2013 21:22:14 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173294 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/scan-build

index 5bff0d95b66e0fa6cee0224ceb84e85f5e352e7e..20b85a06d7b4fa5c3869a599fe5fdfbc6550702e 100755 (executable)
@@ -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);