[clang-tools-extra] [clang-tidy] Document that check_clang_tidy.py needs unix diff (PR #214681)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 05:08:20 PDT 2026
================
@@ -37,6 +37,9 @@
Notes
-----
+ Failed-fix dumps use the Unix ``diff`` command (not ``git diff``); ensure
----------------
vbvictor wrote:
Yes I agree, as stated above:
> we ideally need to add some sanity-check for it before all tests run, not just comment here
I bet almost nobody look at check_clang_tidy.py so this comment is effectively a no-op
https://github.com/llvm/llvm-project/pull/214681
More information about the cfe-commits
mailing list