We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16fad4 commit fedc5eaCopy full SHA for fedc5ea
clang/docs/ReleaseNotes.rst
@@ -630,6 +630,7 @@ Bug Fixes to C++ Support
630
- Fix a bug on template partial specialization with issue on deduction of nontype template parameter
631
whose type is `decltype(auto)`. Fixes (#GH68885).
632
- 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)
634
635
Bug Fixes to AST Handling
636
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments