[all-commits] [llvm/llvm-project] 8a58f0: [clang][Interp] Handle global composite temporaries
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Aug 20 02:18:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a58f0d370b004ec0c8f4af003da6b370f17ff44
https://github.com/llvm/llvm-project/commit/8a58f0d370b004ec0c8f4af003da6b370f17ff44
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-08-20 (Sun, 20 Aug 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Descriptor.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/lib/AST/Interp/Pointer.cpp
M clang/lib/AST/Interp/Pointer.h
M clang/lib/AST/Interp/Record.h
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Handle global composite temporaries
We only did this for primitive temporaries.
Unfortunately, the existing Pointer::toAPValue() won't do here, since
we're expected to set an rvalue on the LifetimeExtendedTemporaryDecl.
Differential Revision: https://reviews.llvm.org/D144457
More information about the All-commits
mailing list