Skip to content

Commit 3d1ed95

Browse files
committed
Update ReleaseNotes
1 parent 79adbbe commit 3d1ed95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ Bug Fixes to C++ Support
544544
- Clang incorrectly considered a class with an anonymous union member to not be
545545
const-default-constructible even if a union member has a default member initializer.
546546
(#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)
549549

550550
Bug Fixes to AST Handling
551551
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)