[PATCH] D146030: [clang][Interp] Handle LambdaExprs
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 07:39:11 PDT 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:954
+bool ByteCodeExprGen<Emitter>::VisitLambdaExpr(const LambdaExpr *E) {
+ // XXX We assume here that a pointer-to-initialize is on the stack.
+
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146030/new/
https://reviews.llvm.org/D146030
More information about the cfe-commits
mailing list