================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
