aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2011-08-28 11:50:56 +0000
committerNico Weber <nicolasweber@gmx.de>2011-08-28 11:50:56 +0000
commite2c8663ad2b110712401145b866072bb94108058 (patch)
tree88f0abac5a3f9b548966999a050dad4c9477752b
parent93bd5ca766c4d7906878f4ffe76ce1b2080e540b (diff)
[analyzer] update bug report url
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138721 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xtools/scan-build/scan-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scan-build/scan-build b/tools/scan-build/scan-build
index f835ca3520..dae86f4b5e 100755
--- a/tools/scan-build/scan-build
+++ b/tools/scan-build/scan-build
@@ -61,7 +61,7 @@ sub DiagCrashes {
Diag ("The analyzer encountered problems on some source files.\n");
Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
Diag ("Please consider submitting a bug report using these files:\n");
- Diag (" http://clang.llvm.org/StaticAnalysisUsage.html#filingbugs\n")
+ Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
}
sub DieDiag {
@@ -802,7 +802,7 @@ ENDTEXT
}
print OUT "</table>\n";
}
- print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang.llvm.org/StaticAnalysisUsage.html#filingbugs\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
+ print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
}
print OUT "</body></html>\n";