[clang-tools-extra] [clang-tidy] Add `modernize-redundant-zero-initializer` (PR #209367)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 20 19:02:06 PDT 2026


================
@@ -0,0 +1,17 @@
+// RUN: clang-tidy %s -checks=-*,modernize-redundant-zero-initializer -- -std=c17 | count 0
----------------
zeyi2 wrote:

Can we use `%check_clang_tidy` for this?

https://github.com/llvm/llvm-project/pull/209367


More information about the cfe-commits mailing list