[clang-tools-extra] [CI] Ignore TidyFastChecks.inc for formatter CI (PR #196682)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 20:22:48 PDT 2026
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 <mitchell.xu2 at gmail.com>
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
More information about the cfe-commits
mailing list