xref: /llvm-project/clang/docs/analyzer/user-docs/FilingBugs.rst (revision 093aaca2b0ad23ded5dcb45e8f837ffb7b21ffb3)
1Filing Bugs and Feature Requests
2================================
3
4We encourage users to file bug reports for any problems that they encounter.
5We also welcome feature requests. When filing a bug report, please do the
6following:
7
8- Include the checker build (for prebuilt Mac OS X binaries) or the git hash.
9
10- Provide a self-contained, reduced test case that exhibits the issue you are
11  experiencing.
12
13- Test cases don't tell us everything. Please briefly describe the problem you
14  are seeing, including what you thought should have been the expected behavior
15  and why.
16
17Please `file bugs and feature requests <https://llvm.org/docs/HowToSubmitABug.html>`_
18in `LLVM's issue tracker <https://github.com/llvm/llvm-project/issues>`_ and label the report with the ``clang:static analyzer`` label.
19