From: Ted Kremenek Date: Sun, 21 Sep 2008 03:55:51 +0000 (+0000) Subject: Have ScanView.py generate a "" pair in the output HTML instead of having... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bf5ebe69f3514d9f62b602c566df4f37bc4f222;p=clang Have ScanView.py generate a "" pair in the output HTML instead of having scan-build output an empty (and possibly unused) . git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56393 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-view/ScanView.py b/tools/scan-view/ScanView.py index 5e7bbf4fe8..b001973f71 100644 --- a/tools/scan-view/ScanView.py +++ b/tools/scan-view/ScanView.py @@ -16,7 +16,7 @@ import Reporter # Keys replaced by server. kReportBugRE = re.compile('') -kReportBugRepl = 'Report Bug' +kReportBugRepl = 'Report Bug' kBugKeyValueRE = re.compile('') ### diff --git a/utils/scan-build b/utils/scan-build index c76441cde1..41ef6973ab 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -569,7 +569,7 @@ ENDTEXT print OUT " View\n"; # Emit REPORTBUG markers. - print OUT " \n"; + print OUT "\n"; # End the row. print OUT "\n";