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

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 28 02:23:35 PDT 2026


================

----------------
zwuis wrote:

Please add tests with array prvalue. E.g.

```
using Arr = int[2];
use(Arr{0});
```

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


More information about the cfe-commits mailing list