From: Nico Weber Date: Sun, 28 Aug 2011 11:50:56 +0000 (+0000) Subject: [analyzer] update bug report url X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2c8663ad2b110712401145b866072bb94108058;p=clang [analyzer] update bug report url git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138721 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 "\n"; } - print OUT "

Please consider submitting preprocessed files as bug reports.

\n"; + print OUT "

Please consider submitting preprocessed files as bug reports.

\n"; } print OUT "\n";