
User documentation currently found at https://clang-analyzer.llvm.org is migrated to RST format. This commit migrates all the relevant content, including suspicious or even clearly outdated parts. These issues will be cleaned up in separate follow-up commits (where the diff is not obscured by the format change). However, a few typos are fixed, and some parts (availability of binary releases, integration with XCode) are marked (with [Legacy] tags) to highlight that they are outdated. The primary motivation for this change is to update the facts in the docs and make them discoverable from the RST-generated doc-tree as well (many subpages are not accessible at all, as the menu generation for the HTML-based page is not working at all). This commit migrates all the relevant content, including parts that are suspicious or even clearly outdated. These issues will be cleaned up in separate follow-up commits (where the diff is not obscured by the format change). However, a few typos are fixed and some parts (availability of binary releases, integration with XCode) are marked (with [Legacy] tags) to highlight that they are outdated. The primary motivation for this change is to update the facts in the docs and make them discoverable from the RST-generated doc-tree as well (many subpages are not accessible **at all**, as the menu generation for the HTML based page is not working at all).
19 lines
797 B
ReStructuredText
19 lines
797 B
ReStructuredText
Filing Bugs and Feature Requests
|
|
================================
|
|
|
|
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:
|
|
|
|
- Include the checker build (for prebuilt Mac OS X binaries) or the git hash.
|
|
|
|
- Provide a self-contained, reduced test case that exhibits the issue you are
|
|
experiencing.
|
|
|
|
- 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.
|
|
|
|
Please `file bugs and feature requests <https://llvm.org/docs/HowToSubmitABug.html>`_
|
|
in `LLVM's issue tracker <https://github.com/llvm/llvm-project/issues>`_ and label the report with the ``clang:static analyzer`` label.
|