Lines Matching refs:clang
26 We use clang-format to format source code consistently. The
27 clang-format configuration file .clang-format is located at the root
28 directory. Since clang-format produces slightly different results
29 between versions, we currently use clang-format-10.
35 uses clang-format-diff.py to detect any style errors. If it is not in
37 clang-format-diff-10 in debian), either add it to PATH variable or add
40 For emacs users, integrating clang-format to emacs is very easy.
41 clang-format.el should come with clang distribution. If it is not
43 <https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format.el>`_.
50 (load "/<path/to>/clang-format.el")
53 'clang-format-region))))
56 http://clang.llvm.org/docs/ClangFormat.html.