[PATCH] D49116: Setup clang-format as an Arcanist linter
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 15:44:18 PDT 2020
mehdi_amini added inline comments.
================
Comment at: utils/arcanist/clang-format.sh:13
+
+if ! hash clang-format-diff >/dev/null; then
+ # advice severity level is completely non-disruptive.
----------------
I have clang-format installed, I can run `git clang-format` as well, but I don't have a `clang-format-diff` executable and I don't even know how to get it.
However I see `clang/tools/clang-format/clang-format-diff.py` in the repo, can we call this directly?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49116/new/
https://reviews.llvm.org/D49116
More information about the llvm-commits
mailing list