File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,6 @@ Bug Fixes in This Version
281
281
- Fixed a modules crash where exception specifications were not propagated properly (#GH121245, relanded in #GH129982)
282
282
- Fixed a problematic case with recursive deserialization within ``FinishedDeserializing() `` where
283
283
``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)
285
284
286
285
Bug Fixes to Compiler Builtins
287
286
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -319,6 +318,7 @@ Bug Fixes to C++ Support
319
318
- Fixed an assertion failure affecting code that uses C++23 "deducing this". (#GH130272)
320
319
- Clang now properly instantiates destructors for initialized members within non-delegating constructors. (#GH93251)
321
320
- Correctly diagnoses if unresolved using declarations shadows template paramters (#GH129411)
321
+ - Fixed C++20 aggregate initialization rules being incorrectly applied in certain contexts. (#GH131320)
322
322
323
323
Bug Fixes to AST Handling
324
324
^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments