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

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 3 00:27:24 PDT 2026


================
@@ -0,0 +1,114 @@
+// RUN: %check_clang_tidy -std=c++14-or-later %s readability-redundant-zero-initializer %t
----------------
zwuis wrote:

All C++ versions enabling this check should be covered.

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


More information about the cfe-commits mailing list