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 8debcdb commit eaf3b5aCopy full SHA for eaf3b5a
clang/docs/ReleaseNotes.rst
@@ -217,6 +217,8 @@ Bug Fixes to C++ Support
217
- Clang now preserves the unexpanded flag in a lambda transform used for pack expansion. (#GH56852), (#GH85667),
218
(#GH99877).
219
- Fixed a bug when diagnosing ambiguous explicit specializations of constrained member functions.
220
+- Fixed an assertion failure when selecting a function from an overload set that includes a
221
+ specialization of a conversion function template.
222
223
Bug Fixes to AST Handling
224
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments