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 f285886 commit b8b0869Copy full SHA for b8b0869
clang/docs/ReleaseNotes.rst
@@ -574,6 +574,8 @@ Bug Fixes to C++ Support
574
(#GH95854).
575
- Fixed an assertion failure when evaluating an invalid expression in an array initializer. (#GH112140)
576
- Fixed an assertion failure in range calculations for conditional throw expressions. (#GH111854)
577
+- Clang now correctly ignores previous partial specializations of member templates explicitly specialized for
578
+ an implicitly instantiated class template specialization. (#GH51051)
579
580
Bug Fixes to AST Handling
581
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments