================
@@ -641,6 +677,10 @@ class ExprEngine {
   static std::pair<const ProgramPointTag *, const ProgramPointTag *>
   getEagerlyAssumeBifurcationTags();
 
+  std::optional<std::pair<SVal, QualType>>
+  resolveAsLambdaCapturedVar(const Expr *Ex, const ValueDecl *VD,
+                             ExplodedNode *Pred);
----------------
benedekaibas wrote:

Applied changes here: 
[6f0018a](https://github.com/llvm/llvm-project/pull/219726/commits/6f0018a435b50238c7c57c2a4e9e574c5058cfc3)

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

Reply via email to