[PATCH] D140668: [clang][Interp] Implement remaining bits for MaterializeTemporaryExprs
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 26 03:09:26 PST 2022
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, tahonermann, erichkeane, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
I still have this mixed up with the `CompoundLiteral` code since this is was I used for testing. I can split this up if needed of course.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140668
Files:
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/test/AST/Interp/literals.cpp
clang/test/AST/Interp/records.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140668.485279.patch
Type: text/x-patch
Size: 6897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221226/e4ffe163/attachment.bin>
More information about the cfe-commits
mailing list