[JITLink][arm64] Support arm64e JIT'd code (initially enabled for MachO only).
[llvm-project.git] / clang-tools-extra / docs / index.rst
blob9f7324fcf74197a39a3fa3920bad6dca7c731337
1 .. title:: Welcome to Extra Clang Tools's documentation!
3 Introduction
4 ============
5 Welcome to the clang-tools-extra project which contains extra tools built using
6 Clang's tooling APIs.
8 .. toctree::
9    :maxdepth: 1
11    ReleaseNotes
13 Contents
14 ========
15 .. toctree::
16    :maxdepth: 2
18    clang-tidy/index
19    clang-include-fixer
20    modularize
21    pp-trace
22    clangd <https://clangd.llvm.org/>
23    clang-doc
26 Doxygen Documentation
27 =====================
28 The Doxygen documentation describes the **internal** software that makes up the
29 tools of clang-tools-extra, not the **external** use of these tools. The Doxygen
30 documentation contains no instructions about how to use the tools, only the APIs
31 that make up the software. For usage instructions, please see the user's guide
32 or reference manual for each tool.
34 * `Doxygen documentation`_
36 .. _`Doxygen documentation`: doxygen/annotated.html
38 .. note::
39     This documentation is generated directly from the source code with doxygen.
40     Since the tools of clang-tools-extra are constantly under active
41     development, what you're about to read is out of date!
44 Indices and tables
45 ==================
47 * :ref:`genindex`
48 * :ref:`search`