[all-commits] [llvm/llvm-project] 98edc0: [clang][Interp] Fix member pointer temporaries
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Jul 12 07:37:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98edc0cb1f4ca53bd2d490916566ff7d217110f8
https://github.com/llvm/llvm-project/commit/98edc0cb1f4ca53bd2d490916566ff7d217110f8
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
M clang/test/AST/Interp/memberpointers.cpp
Log Message:
-----------
[clang][Interp] Fix member pointer temporaries
PT_MemberPtr also needs its ctor/dtor called, so add that.
However, this exposed a problem in initializing virtual bases,
so fix that as well.
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