mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 06:06:08 +00:00

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).
15 lines
244 B
ReStructuredText
15 lines
244 B
ReStructuredText
User Docs
|
|
=========
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
user-docs/Installation
|
|
user-docs/CommandLineUsage
|
|
user-docs/UsingWithXCode
|
|
user-docs/FilingBugs
|
|
user-docs/CrossTranslationUnit
|
|
user-docs/TaintAnalysisConfiguration
|