[clang] [Clang][P1061] Add stuctured binding packs (PR #121417)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 07:00:05 PST 2025


================
@@ -4167,6 +4165,8 @@ class BindingDecl : public ValueDecl {
   /// Set the decomposed variable for this BindingDecl.
   void setDecomposedDecl(ValueDecl *Decomposed) { Decomp = Decomposed; }
 
+  VarDecl *getHoldingVar() const;
----------------
erichkeane wrote:

Can we get the comment to move as well?  Or at least an updated one?

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


More information about the cfe-commits mailing list