[all-commits] [llvm/llvm-project] 15f027: [clang][Interp] Improve support for virtual bases
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Apr 26 02:13:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15f02723d49be9a828fbf072966a225babd60457
https://github.com/llvm/llvm-project/commit/15f02723d49be9a828fbf072966a225babd60457
Author: Timm BΓ€der <tbaeder at redhat.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/Descriptor.cpp
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/cxx23.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Improve support for virtual bases
Fix initializing virtual bases. We only consider their base size,
not their virtual size because they get flattened into the Record
hierarchy when we create them. Fix that and also virtual
derived-to-base casts.
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