================
@@ -182,6 +202,32 @@ void lambda_value_reference_auxiliary_var(T&& t) {
[&x = t]() { T other = std::forward<T>(x); };
----------------
zwuis wrote:"lambda_renamed_capture" is a duplicate of this test. https://github.com/llvm/llvm-project/pull/178651 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
