Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / www / analyzer / filing_bugs.html
blobf7183a9a0694b4e3b1fdd424a5d4f7bc3677874b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta charset="UTF-8">
6 <title>Filing Bugs and Feature Requests</title>
7 <link type="text/css" rel="stylesheet" href="menu.css">
8 <link type="text/css" rel="stylesheet" href="content.css">
9 <script type="text/javascript" src="scripts/menu.js"></script>
10 </head>
11 <body>
13 <div id="page">
14 <!--#include virtual="menu.html.incl"-->
15 <div id="content">
17 <h1>Filing Bugs and Feature Requests</h1>
19 <p>We encourage users to file bug reports for any problems that they encounter.
20 We also welcome feature requests. When filing a bug report, please do the
21 following:</p>
23 <ul>
25 <li>Include the checker build (for prebuilt Mac OS X binaries) or the git hash.
26 </li>
28 <li>Provide a self-contained, reduced test case that exhibits the issue you are
29 experiencing.</li>
31 <li>Test cases don't tell us everything. Please briefly describe the problem you
32 are seeing, including what you thought should have been the expected behavior
33 and why.</li>
35 </ul>
37 <p>Please <a href="https://llvm.org/docs/HowToSubmitABug.html">file
38 bugs and feature requests</a> in
39 <a href="https://github.com/llvm/llvm-project/issues">LLVM's issue tracker</a>
40 and label the report with the <code>clang:static analyzer</code> label.</p>
42 </div>
43 </div>
44 </body>
45 </html>