[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
Sat Jun 22 01:12:31 PDT 2024


================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
----------------
Rajveer100 wrote:

Indeed.

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


More information about the cfe-commits mailing list