[all-commits] [llvm/llvm-project] d9c27c: [clang][Interp] Fix discarding construct exprs wit...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue May 21 03:52:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9c27cafdb1c16fff837a3eb0ec0fb2ad912bc50
https://github.com/llvm/llvm-project/commit/d9c27cafdb1c16fff837a3eb0ec0fb2ad912bc50
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Fix discarding construct exprs with zero initializers
We need to create the temporary earlier so the
visitZeroRecordInitializer() call has access to it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list