[clang] [Clang] Implement P0963R3 "Structured binding declaration as a condition" (PR #130228)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 7 06:59:13 PST 2025


================
@@ -4285,6 +4290,8 @@ class DecompositionDecl final
                                             std::move(Bindings));
   }
 
+  bool isDecisionVariable() const { return IsDecisionVariable; }
----------------
tbaederr wrote:

Can you add docs here explaining what this means?

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


More information about the cfe-commits mailing list