From b5f9a4ea171931a2092aa466046251629c75e65b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 25 Sep 2008 19:59:17 +0000 Subject: [PATCH] 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 --- tools/scan-view/ScanView.py | 10 +++++++--- 1 file 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(''), # Insert report crashes link. -kReportReplacements.append((re.compile(''), - '
These files will automatically be attached to ' + - 'reports filed here: Report Crashes.')) +# 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(''), +# '
These files will automatically be attached to ' + +# 'reports filed here: Report Crashes.')) ### # Other simple parameters -- 2.40.0