The only guarantee there seems to be in the clang-format packaging is
that an executable called clang-format is in the PATH. Use the
in-tree clang-format-diff.py to avoid assuming anything else.
Also remove dead code for SVN repo.
Differential D77428
Use in-tree clang-format-diff.py as Arcanist linter scott.linder on Apr 3 2020, 12:52 PM. Authored by
Details The only guarantee there seems to be in the clang-format packaging is Also remove dead code for SVN repo.
Diff Detail
Event TimelineComment Actions I'm going to commit this, as I think it is not a regression from what we already have, but I think the suggestion in another review that Python would be the more portable approach is a reasonable one. If I have some time I may attempt it myself. |