================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to