================
@@ -209,3 +209,18 @@ struct S15{
S15(S14& d):d{d}{}
S14& d;
};
+
+//Issue #133715
+namespace std {
----------------
HerrCai0907 wrote:clang-tidy@main will also not give warning for this code. https://github.com/llvm/llvm-project/pull/134774 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
