================ @@ -3423,6 +3425,13 @@ VarDecl *BindingDecl::getHoldingVar() const { return VD; } +llvm::ArrayRef<Expr *> BindingDecl::getBindingPackExprs() const { + if (!Binding) + return {}; ---------------- ricejasonf wrote:
Added. The assert was being triggered in one spot that I realized was unnecessary (when I tried removing the whole block of code that was going back and adding types to the DeclRefExprs.) https://github.com/llvm/llvm-project/pull/121417 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits