brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · eba4a2c Raw
51 lines · plain
1.. title:: Welcome to Extra Clang Tools's documentation!2 3Introduction4============5Welcome to the clang-tools-extra project which contains extra tools built using6Clang's tooling APIs.7 8.. toctree::9   :maxdepth: 110 11   ReleaseNotes12 13Contents14========15.. toctree::16   :maxdepth: 217 18   clang-tidy/index19   clang-include-fixer20   clang-change-namespace21   modularize22   pp-trace23   clangd <https://clangd.llvm.org/>24   clang-doc25   Maintainers26 27 28Doxygen Documentation29=====================30The Doxygen documentation describes the **internal** software that makes up the31tools of clang-tools-extra, not the **external** use of these tools. The Doxygen32documentation contains no instructions about how to use the tools, only the APIs33that make up the software. For usage instructions, please see the user's guide34or reference manual for each tool.35 36* `Doxygen documentation`_37 38.. _`Doxygen documentation`: doxygen/annotated.html39 40.. note::41    This documentation is generated directly from the source code with doxygen.42    Since the tools of clang-tools-extra are constantly under active43    development, what you're about to read is out of date!44 45 46Indices and tables47==================48 49* :ref:`genindex`50* :ref:`search`51