45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"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">
|
|
<script type="text/javascript" src="scripts/menu.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="page">
|
|
<!--#include virtual="menu.html.incl"-->
|
|
<div id="content">
|
|
|
|
<h1>Filing Bugs and Feature Requests</h1>
|
|
|
|
<p>We encourage users to file bug reports for any problems that they encounter.
|
|
We also welcome feature requests. When filing a bug report, please do the
|
|
following:</p>
|
|
|
|
<ul>
|
|
|
|
<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>
|
|
|
|
<li>Test cases don't tell us everything. Please briefly describe the problem you
|
|
are seeing, including what you thought should have been the expected behavior
|
|
and why.</li>
|
|
|
|
</ul>
|
|
|
|
<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>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|