[clang] [Clang] Partial implementation of support for P3074 (trivial unions) (PR #146815)

Barry Revzin via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 9 14:49:52 PDT 2025


================
@@ -0,0 +1,69 @@
+// RUN: %clang_cc1 -verify -std=c++26 %s -Wno-defaulted-function-deleted -triple x86_64-linux-gnu
+
+struct NonTrivial {
----------------
brevzin wrote:

Done.

https://github.com/llvm/llvm-project/pull/146815


More information about the cfe-commits mailing list