Skip to content

Commit eaf3b5a

Browse files
committed
Add a release note.
1 parent 8debcdb commit eaf3b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ Bug Fixes to C++ Support
217217
- Clang now preserves the unexpanded flag in a lambda transform used for pack expansion. (#GH56852), (#GH85667),
218218
(#GH99877).
219219
- 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.
220222

221223
Bug Fixes to AST Handling
222224
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)