aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-08-04 17:05:18 +0000
committerTed Kremenek <kremenek@apple.com>2009-08-04 17:05:18 +0000
commit8d8bc9157fccab6a4089c41cdad9e12045edd736 (patch)
tree73e3cc073748b36c81ba4f3c3b0d26f30f78dbe0
parente198f5d609dda2b6d0435f040ebe2479a4e378ba (diff)
Renable "html" indexing by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78077 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/scan-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build
index 873f1a1a09..4b097a72ec 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -1029,7 +1029,7 @@ my $ExitStatusFoundBugs = 0; # Exit status reflects whether bugs were found
my @AnalysesToRun;
my $StoreModel;
my $ConstraintsModel;
-my $OutputFormat;
+my $OutputFormat = "html";
if (!@ARGV) {
DisplayHelp();