Lines Matching refs:Clang
5 Clang Tools are standalone command line (and potentially GUI) tools
7 Clang as their compiler. These tools provide developer-oriented
12 primary Clang Subversion project. The rest of the tools are kept in a
14 don't. If you want to get access to the extra Clang Tools repository,
15 simply check it out into the tools tree of your Clang checkout and
17 LLVM/Clang checkout:
30 Clang Tools within the project as well as giving an introduction to some
32 document is currently focused on Clang and Clang Tool developers, not on
35 Clang Tools Organization
38 Clang Tools are CLI or GUI programs that are intended to be directly
40 Clang developers, although they are hopefully useful to C++ developers
41 who happen to work on Clang, and we try to actively dogfood their
43 infrastructure for building a standalone tool based on Clang, core
47 The underlying infrastructure for Clang Tools is the
53 A few Clang Tools are developed along side the core Clang libraries as
59 into the core Clang library set.
61 Regardless of which repository Clang Tools' code resides in, the
62 development process and practices for all Clang Tools are exactly those
63 of Clang itself. They are entirely within the Clang *project*,
66 Core Clang Tools
69 The core set of Clang tools that are within the main repository are
71 *Clang* specific functionality.
77 Clang tool with the basic Clang diagnostics by syntax checking specific files
87 Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool
89 according to configurable style guides. To do so, clang-format uses Clang's
97 Extra Clang Tools
100 As various categories of Clang Tools are added to the extra repository,