================
@@ -3423,6 +3425,13 @@ VarDecl *BindingDecl::getHoldingVar() const {
return VD;
}
+llvm::ArrayRef<Expr *> BindingDecl::getBindingPackExprs() const {
+ if (!Binding)
+ return {};
----------------
cor3ntin wrote:Looking at how this is used, i think we can assert here instead https://github.com/llvm/llvm-project/pull/121417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
