[clang] [Clang][P1061] Consolidate ResolvedUnpexandedPackExpr into FunctionParmPackExpr (PR #125394)

Jason Rice via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 5 19:59:56 PST 2025


================
@@ -124,6 +125,14 @@ void lambda_capture() {
   [&x...] { (void)sum(x...); }();
 }
 
+struct S2 {
+    int a, b, c;
+};
+
+auto X = [] <typename = void> () {
----------------
ricejasonf wrote:

Oh, sorry, I added your test with `clsss` not realizing you were talking about modifying an existing test. :sweat_smile: 

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


More information about the cfe-commits mailing list