https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/134982
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
When copying unions, we need to only copy the active field of the source union,
which we were already doing. However, we also need to zero out the (now)
inactive fields, so we don't end up with dangling poin
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/134982
When copying unions, we need to only copy the active field of the source union,
which we were already doing. However, we also need to zero out the (now)
inactive fields, so we don't end up with dangling pointe