[all-commits] [llvm/llvm-project] 36dd61: [clang][bytecode] Fix activating nested unions (#1...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Jul 7 22:45:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36dd61f12a14414c0fe1428faa0ce110c0c48f86
https://github.com/llvm/llvm-project/commit/36dd61f12a14414c0fe1428faa0ce110c0c48f86
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/test/AST/ByteCode/cxx23.cpp
Log Message:
-----------
[clang][bytecode] Fix activating nested unions (#147338)
When activating the new pointer, we need to de-activate pointers of all
parent unions, not just the topmost one.
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