[all-commits] [llvm/llvm-project] 9e7554: [clang][bytecode] Create implicit variables for wi...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Sep 4 06:38:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e755445f167af1b41fc0c64252789197b449981
https://github.com/llvm/llvm-project/commit/9e755445f167af1b41fc0c64252789197b449981
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/test/AST/ByteCode/cxx03.cpp
Log Message:
-----------
[clang][bytecode] Create implicit variables for wider base types (#156658)
If we create an implicit local variable for a derived-to-base cast, we
still should allocate enough space for the entire derived type.
Fixes #156219
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