[clang-tools-extra] [clang-tidy] Avoid diagnosing std::array initializations for modernize-use-designated-initializers (PR #134774)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 22 19:05:10 PDT 2025
================
@@ -209,3 +209,18 @@ struct S15{
S15(S14& d):d{d}{}
S14& d;
};
+
+//Issue #133715
+namespace std {
----------------
HerrCai0907 wrote:
clang-tidy at main will also not give warning for this code.
https://github.com/llvm/llvm-project/pull/134774
More information about the cfe-commits
mailing list