summaryrefslogtreecommitdiffstats
path: root/tools/scan-view
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-09-25 19:59:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-09-25 19:59:17 +0000
commitb5f9a4ea171931a2092aa466046251629c75e65b (patch)
tree4bd955f90e9e237af1d3c19979d8241452038912 /tools/scan-view
parentbb83ad2b5e4f0227075a2d21c82209701a5e3472 (diff)
Disable report crashes link for the time being.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/scan-view')
-rw-r--r--tools/scan-view/ScanView.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/scan-view/ScanView.py b/tools/scan-view/ScanView.py
index 98745eaa07..76a790dabc 100644
--- a/tools/scan-view/ScanView.py
+++ b/tools/scan-view/ScanView.py
@@ -62,9 +62,13 @@ kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->'),
# Insert report crashes link.
-kReportReplacements.append((re.compile('<!-- REPORTCRASHES -->'),
- '<br>These files will automatically be attached to ' +
- 'reports filed here: <a href="report_crashes">Report Crashes</a>.'))
+# Disabled for the time being until we decide exactly when this should
+# be enabled. Also the radar reporter needs to be fixed to report
+# multiple files.
+
+#kReportReplacements.append((re.compile('<!-- REPORTCRASHES -->'),
+# '<br>These files will automatically be attached to ' +
+# 'reports filed here: <a href="report_crashes">Report Crashes</a>.'))
###
# Other simple parameters