[clang] [clang] Allow class with anonymous union member to be const-default-constructible even if a union member has a default member initializer (#95854) (PR #96301)
Rajveer Singh Bharadwaj via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 25 05:27:20 PDT 2024
================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
+
+struct A {
----------------
Rajveer100 wrote:
Added.
https://github.com/llvm/llvm-project/pull/96301
More information about the cfe-commits
mailing list