[PATCH] D146030: [clang][Interp] Handle LambdaExprs
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 14 03:46:25 PDT 2023
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Unfortunately I couldn't find an existing test file in `test/SemaCXX` that focused on lambdas in constant expressions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146030
Files:
clang/lib/AST/Interp/ByteCodeEmitter.cpp
clang/lib/AST/Interp/ByteCodeEmitter.h
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/lib/AST/Interp/EvalEmitter.h
clang/lib/AST/Interp/Interp.h
clang/test/AST/Interp/lambda.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146030.505013.patch
Type: text/x-patch
Size: 7823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230314/7c199ff5/attachment-0001.bin>
More information about the cfe-commits
mailing list