From: Ted Kremenek Date: Tue, 4 Aug 2009 17:05:18 +0000 (+0000) Subject: Renable "html" indexing by default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d8bc9157fccab6a4089c41cdad9e12045edd736;p=clang Renable "html" indexing by default. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78077 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();