================
@@ -670,14 +670,39 @@ class LifetimeSafetySemaHelperImpl : public 
LifetimeSafetySemaHelper {
 
     const Expr *LastExpr = OriginExprChain.back();
     std::string IssueStr = getDiagSubjectDescription(LastExpr);
+    std::optional<LifetimeBoundParamInfo> HiddenLifetimeBound;
----------------
iitianpushkar wrote:

Thanks, will update the patch following this approach.

https://github.com/llvm/llvm-project/pull/206337
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to