Lines Matching +refs:clang +refs:format +refs:style
21 - ``cd llvm/tools/clang/tools``
22 - ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
26 - ``cd llvm/tools/clang/tools``
27 - ``git clone http://llvm.org/git/clang-tools-extra.git extra``
50 common refactoring and rewriting toolkit-style library is also part of
73 ``clang-check``
81 fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for
82 instructions on how to setup and used `clang-check`.
84 ``clang-format``
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
91 the whitespace around those tokens. The goal is for clang-format to serve both
105 ``clang-tidy``
108 `clang-tidy <http://clang.llvm.org/extra/clang-tidy/>`_ is a clang-based C++
117 * C++ cast conversion tool. Will convert C-style casts (``(type) value``) to