[all-commits] [llvm/llvm-project] 730573: [clang] Allow class with anonymous union member to...
Rajveer Singh Bharadwaj via All-commits
all-commits at lists.llvm.org
Tue Oct 22 01:31:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73057349a292df72b944380db6fe6dfffd59c7fa
https://github.com/llvm/llvm-project/commit/73057349a292df72b944380db6fe6dfffd59c7fa
Author: Rajveer Singh Bharadwaj <rajveer.developer at icloud.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/DeclCXX.cpp
A clang/test/SemaCXX/GH95854.cpp
Log Message:
-----------
[clang] Allow class with anonymous union member to be const-default-constructible even if a union member has a default member initializer (#95854) (#96301)
Resolves #95854
-- As per https://eel.is/c++draft/dcl.init#general-8.3
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list