]> granicus.if.org Git - clang/commitdiff
Disable report crashes link for the time being.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 25 Sep 2008 19:59:17 +0000 (19:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 25 Sep 2008 19:59:17 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56617 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-view/ScanView.py

index 98745eaa07913302752ca873b651eec6d6c3dd94..76a790dabcfa725aa20a9c64eed28a39186b07f9 100644 (file)
@@ -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