[clang] [clang][bytecode] Fix union copy/move operator active check (PR #132238)

2025-04-05 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/132238 Don't call CheckActive for copy/move operators. They will activate the union member. >From 5729d5f04578ea5628f22bfb3cc71826bdacb9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 20 M

[clang] [clang][bytecode] Fix union copy/move operator active check (PR #132238)

2025-03-20 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/132238 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix union copy/move operator active check (PR #132238)

2025-03-20 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes Don't call CheckActive for copy/move operators. They will activate the union member. --- Full diff: https://github.com/llvm/llvm-project/pull/132238.diff 4 Files Affected: - (modified) clang/lib/AST/ByteC