================
@@ -444,6 +454,16 @@ class ParamInfo : public VariableInfo {
     NoEscape = Value.value_or(false);
   }
 
+  std::optional<bool> isLifetimebound() const {
+    if (!LifetimeboundSpecified)
+      return std::nullopt;
+    return Lifetimebound;
----------------
Xazax-hun wrote:

Ugh, sorry. I forgot about this comment. I will incorporate this into a follow 
up PR. Thanks a lot for the review! 

https://github.com/llvm/llvm-project/pull/114830
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to