Lines Matching full:tool
32 document is currently focused on Clang and Clang Tool developers, not on
43 infrastructure for building a standalone tool based on Clang, core
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
92 as a user tool (ideally with powerful IDE integrations) and as part of other
114 and features of the tools for other tool developers; each tool should
120 * C++ cast conversion tool. Will convert C-style casts (``(type) value``) to
123 * Non-member ``begin()`` and ``end()`` conversion tool. Will convert
148 * ``tr1`` removal tool. Will migrate source code from using TR1 library
173 * A tool to remove ``auto``. Will convert ``auto`` to an explicit type or add