xref: /netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/index.rst (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1Clang "man" pages
2-----------------
3
4The following documents are command descriptions for all of the Clang tools.
5These pages describe how to use the Clang commands and what their options are.
6Note that these pages do not describe all of the options available for all
7tools. To get a complete listing, pass the ``--help`` (general options) or
8``--help-hidden`` (general and debugging options) arguments to the tool you are
9interested in.
10
11Basic Commands
12~~~~~~~~~~~~~~
13
14.. toctree::
15   :maxdepth: 1
16
17   clang
18   diagtool
19