This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc4e4b64c1249: [docs] Update the static analyzer bug 
reporting page (authored by aaron.ballman).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158360/new/

https://reviews.llvm.org/D158360

Files:
  clang/www/analyzer/filing_bugs.html


Index: clang/www/analyzer/filing_bugs.html
===================================================================
--- clang/www/analyzer/filing_bugs.html
+++ clang/www/analyzer/filing_bugs.html
@@ -2,6 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
+  <meta charset="UTF-8">
   <title>Filing Bugs and Feature Requests</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
@@ -21,8 +22,8 @@
 
 <ul>
 
-<li>Include the checker build (for prebuilt Mac OS X binaries) or the SVN
-revision number.</li>
+<li>Include the checker build (for prebuilt Mac OS X binaries) or the git hash.
+</li>
 
 <li>Provide a self-contained, reduced test case that exhibits the issue you are
 experiencing.</li>
@@ -33,28 +34,11 @@
 
 </ul>
 
-<h2>Outside of Apple</h2>
+<p>Please <a href="https://llvm.org/docs/HowToSubmitABug.html";>file
+bugs and feature requests</a> in
+<a href="https://github.com/llvm/llvm-project/issues";>LLVM's issue tracker</a>
+and label the report with the <code>clang:static analyzer</code> label.</p>
 
-<h3>Bugzilla</h3>
-
-<p>Please <a href="https://bugs.llvm.org/enter_bug.cgi?product=clang";>file
-bugs</a> in LLVM's Bugzilla database against the Clang <b>Static Analyzer</b>
-component.</p>
-
-<h3>Bugreporter.apple.com</h3>
-
-<p>If you are using the analyzer to analyze code associated with an Apple NDA
-(e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug
-reports to Apple's <a 
href="https://feedbackassistant.apple.com/welcome";>Feedback Assistant</a> web
-site.</p>
-
-<p>You are free to always file bugs through this website, but this option is 
less
-attractive than filing bug reports through Bugzilla as not everyone who works 
on
-the analyzer has access to that bug database.</p>
-
-<h2>Apple-internal Users</h2>
-
-<p>Please file bugs in Radar against the <b>clang - static analyzer</b> 
component.</p>
 </div>
 </div>
 </body>


Index: clang/www/analyzer/filing_bugs.html
===================================================================
--- clang/www/analyzer/filing_bugs.html
+++ clang/www/analyzer/filing_bugs.html
@@ -2,6 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
+  <meta charset="UTF-8">
   <title>Filing Bugs and Feature Requests</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
@@ -21,8 +22,8 @@
 
 <ul>
 
-<li>Include the checker build (for prebuilt Mac OS X binaries) or the SVN
-revision number.</li>
+<li>Include the checker build (for prebuilt Mac OS X binaries) or the git hash.
+</li>
 
 <li>Provide a self-contained, reduced test case that exhibits the issue you are
 experiencing.</li>
@@ -33,28 +34,11 @@
 
 </ul>
 
-<h2>Outside of Apple</h2>
+<p>Please <a href="https://llvm.org/docs/HowToSubmitABug.html";>file
+bugs and feature requests</a> in
+<a href="https://github.com/llvm/llvm-project/issues";>LLVM's issue tracker</a>
+and label the report with the <code>clang:static analyzer</code> label.</p>
 
-<h3>Bugzilla</h3>
-
-<p>Please <a href="https://bugs.llvm.org/enter_bug.cgi?product=clang";>file
-bugs</a> in LLVM's Bugzilla database against the Clang <b>Static Analyzer</b>
-component.</p>
-
-<h3>Bugreporter.apple.com</h3>
-
-<p>If you are using the analyzer to analyze code associated with an Apple NDA
-(e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug
-reports to Apple's <a href="https://feedbackassistant.apple.com/welcome";>Feedback Assistant</a> web
-site.</p>
-
-<p>You are free to always file bugs through this website, but this option is less
-attractive than filing bug reports through Bugzilla as not everyone who works on
-the analyzer has access to that bug database.</p>
-
-<h2>Apple-internal Users</h2>
-
-<p>Please file bugs in Radar against the <b>clang - static analyzer</b> component.</p>
 </div>
 </div>
 </body>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to