https://github.com/zeyi2 created https://github.com/llvm/llvm-project/pull/196682
None >From f76c3fcfc47df9db041e79a4932ad195ee4f7e57 Mon Sep 17 00:00:00 2001 From: Zeyi Xu <[email protected]> Date: Sat, 9 May 2026 11:22:33 +0800 Subject: [PATCH] [CI] Ignore TidyFastChecks.inc for formatter CI --- clang-tools-extra/clangd/.clang-format-ignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 clang-tools-extra/clangd/.clang-format-ignore 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
