Skip to content

Commit 2f5bce6

Browse files
committed
fixup! [clang] Refine handling of C++20 aggregate initialization
Move release note to a more appropriate location.
1 parent 6840e3b commit 2f5bce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ Bug Fixes in This Version
281281
- Fixed a modules crash where exception specifications were not propagated properly (#GH121245, relanded in #GH129982)
282282
- Fixed a problematic case with recursive deserialization within ``FinishedDeserializing()`` where
283283
``PassInterestingDeclsToConsumer()`` was called before the declarations were safe to be passed. (#GH129982)
284-
- Fixed C++20 aggregate initialization rules being incorrectly applied in certain contexts (#GH131320)
285284

286285
Bug Fixes to Compiler Builtins
287286
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -319,6 +318,7 @@ Bug Fixes to C++ Support
319318
- Fixed an assertion failure affecting code that uses C++23 "deducing this". (#GH130272)
320319
- Clang now properly instantiates destructors for initialized members within non-delegating constructors. (#GH93251)
321320
- Correctly diagnoses if unresolved using declarations shadows template paramters (#GH129411)
321+
- Fixed C++20 aggregate initialization rules being incorrectly applied in certain contexts. (#GH131320)
322322

323323
Bug Fixes to AST Handling
324324
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)