[cfe-commits] r56617 - /cfe/trunk/tools/scan-view/ScanView.py
Daniel Dunbar
daniel at zuster.org
Thu Sep 25 12:59:18 PDT 2008
Author: ddunbar
Date: Thu Sep 25 14:59:17 2008
New Revision: 56617
URL: http://llvm.org/viewvc/llvm-project?rev=56617&view=rev
Log:
Disable report crashes link for the time being.
Modified:
cfe/trunk/tools/scan-view/ScanView.py
Modified: cfe/trunk/tools/scan-view/ScanView.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-view/ScanView.py?rev=56617&r1=56616&r2=56617&view=diff
==============================================================================
--- cfe/trunk/tools/scan-view/ScanView.py (original)
+++ cfe/trunk/tools/scan-view/ScanView.py Thu Sep 25 14:59:17 2008
@@ -62,9 +62,13 @@
# 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
More information about the cfe-commits
mailing list