Skip to content

Commit a90c0de

Browse files
committed
Clarify changelog
1 parent d653353 commit a90c0de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ C++ Language Changes
9696
asm((std::string_view("nop")) ::: (std::string_view("memory")));
9797
}
9898

99-
- Clang now implements the changes to overload resolution proposed by `P3606 <https://wg21.link/P3606R0>`_.
100-
If a non-template candidate exists in an overload set that is a perfect match (all conversion sequences
101-
are identity conversions) template candiates are not instantiated.
99+
- Clang now implements the changes to overload resolution proposed by section 1 and 2 of
100+
`P3606 <https://wg21.link/P3606R0>`_. If a non-template candidate exists in an overload set that is
101+
a perfect match (all conversion sequences are identity conversions) template candiates are not instantiated.
102102
Diagnostics that would have resulted from the instantiation of these template candidates are no longer
103-
produced. This aligns Clang closer to the behavior of GCC and fixes (#GH62096), (#GH74581), and (#GH74581).
103+
produced. This aligns Clang closer to the behavior of GCC, and fixes (#GH62096), (#GH74581), and (#GH74581).
104104

105105
C++2c Feature Support
106106
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)