================
@@ -924,6 +924,11 @@ Sema::ActOnDecompositionDeclarator(Scope *S, Declarator &D,
 
     auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, B.Name, QT);
 
+    if (BD->isParameterPack()) {
----------------
shafik wrote:

So we do this dance in a bunch of places now in Sema and it feels like this 
should be refactored into a stand alone function.

CC @Sirraide since you touched those instances last when refactoring 
`getEnclosingLambdaOrBlock`

https://github.com/llvm/llvm-project/pull/214716
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to