]> granicus.if.org Git - clang/commitdiff
[analyzer] update bug report url
authorNico Weber <nicolasweber@gmx.de>
Sun, 28 Aug 2011 11:50:56 +0000 (11:50 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 28 Aug 2011 11:50:56 +0000 (11:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138721 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/scan-build

index f835ca3520c45c9fbf8fd45fba43ee85464722c7..dae86f4b5e9c86715ae98f131382806237edbaca 100755 (executable)
@@ -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";