Skip to content

Commit fedc5ea

Browse files
committed
update changelog
1 parent c16fad4 commit fedc5ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ Bug Fixes to C++ Support
630630
- Fix a bug on template partial specialization with issue on deduction of nontype template parameter
631631
whose type is `decltype(auto)`. Fixes (#GH68885).
632632
- Clang now correctly treats the noexcept-specifier of a friend function to be a complete-class context.
633+
- Fix an assertion failure when parsing an invalid members of an anonymous class. (#GH85447)
633634

634635
Bug Fixes to AST Handling
635636
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)