File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -544,8 +544,8 @@ Bug Fixes to C++ Support
544
544
- Clang incorrectly considered a class with an anonymous union member to not be
545
545
const-default-constructible even if a union member has a default member initializer.
546
546
(#GH95854).
547
- - Fixed assertion failure in range calculations for conditional throw expressions (#GH111854 )
548
- - Fixed an assertion failure when evaluating an invalid expression in an array initializer (#GH112140 )
547
+ - Fixed an assertion failure when evaluating an invalid expression in an array initializer. (#GH112140 )
548
+ - Fixed an assertion failure in range calculations for conditional throw expressions. (#GH111854 )
549
549
550
550
Bug Fixes to AST Handling
551
551
^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments