[clang-tools-extra] [CI] Ignore TidyFastChecks.inc for formatter CI (PR #196682)
llvmorg-github-actions[bot] wrote: @llvm/pr-subscribers-clang-tools-extra Author: Zeyi Xu (zeyi2) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/196682.diff 1 Files Affected: - (added) clang-tools-extra/clangd/.clang-format-ignore (+2) ``diff diff --git a/clang-tools-extra/clangd/.clang-format-ignore b/clang-tools-extra/clangd/.clang-format-ignore new file mode 100644 index 0..c77a4b67b098a --- /dev/null +++ b/clang-tools-extra/clangd/.clang-format-ignore @@ -0,0 +1,2 @@ +# Keep these entries unformatted. +TidyFastChecks.inc `` https://github.com/llvm/llvm-project/pull/196682 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang-tools-extra] [CI] Ignore TidyFastChecks.inc for formatter CI (PR #196682)
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 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 0..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
[clang-tools-extra] [CI] Ignore TidyFastChecks.inc for formatter CI (PR #196682)
https://github.com/zeyi2 edited https://github.com/llvm/llvm-project/pull/196682 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
