[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)
[llvm-project.git] / clang / docs / analyzer / user-docs / FilingBugs.rst
blob4fd7100b38d4217058695edd4451a2dfcac56781
1 Filing Bugs and Feature Requests
2 ================================
4 We encourage users to file bug reports for any problems that they encounter.
5 We also welcome feature requests. When filing a bug report, please do the
6 following:
8 - Include the checker build (for prebuilt Mac OS X binaries) or the git hash.
10 - Provide a self-contained, reduced test case that exhibits the issue you are
11   experiencing.
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.
17 Please `file bugs and feature requests <https://llvm.org/docs/HowToSubmitABug.html>`_
18 in `LLVM's issue tracker <https://github.com/llvm/llvm-project/issues>`_ and label the report with the ``clang:static analyzer`` label.