Author: Zeyi Xu Date: 2026-05-09T17:25:40+08:00 New Revision: ebf6a41a1888bbb5d731fd93b054d7b7ee62350a
URL: https://github.com/llvm/llvm-project/commit/ebf6a41a1888bbb5d731fd93b054d7b7ee62350a DIFF: https://github.com/llvm/llvm-project/commit/ebf6a41a1888bbb5d731fd93b054d7b7ee62350a.diff LOG: [CI] Ignore TidyFastChecks.inc for formatter CI. NFC. (#196682) `TidyFastChecks.inc` is generated and its contents should not be checked by clang-format CI workflow. Add a local `.clang-format-ignore` entry so the PR formatting check does not report diffs for this file. Related run: https://github.com/llvm/llvm-project/pull/194516#issuecomment-4332061836 Added: clang-tools-extra/clangd/.clang-format-ignore Modified: Removed: ################################################################################ diff --git a/clang-tools-extra/clangd/.clang-format-ignore b/clang-tools-extra/clangd/.clang-format-ignore new file mode 100644 index 0000000000000..c77a4b67b098a --- /dev/null +++ b/clang-tools-extra/clangd/.clang-format-ignore @@ -0,0 +1,2 @@ +# Keep these entries unformatted. +TidyFastChecks.inc _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
