================
@@ -8480,6 +8480,54 @@ class LValueExprEvaluator
 };
 } // end anonymous namespace
 
+/// Get an lvalue to a field of a lambda's closure type.
+static bool GetLambdaCaptureAsLValue(EvalInfo &Info, const Expr *E,
----------------
Sirraide wrote:

That’s probably a better name, yeah; `GetLambdaCaptureAsLValue` is rather 
clumsy, but I couldn’t think of anything better myself.

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

Reply via email to