Skip to content

Commit de88b2c

Browse files
spaitsGabor Spaits
and
Gabor Spaits
authored
[Clang] Simplify release notes and remove irrelevant comment (#96407)
As discussed before with @cor3ntin before (#94752) here is the simplification of the release note written for the previously mentioned PR and the removal of a comment that is no longer useful. (Sorry for creating this PR this late.) Co-authored-by: Gabor Spaits <[email protected]>
1 parent 4a9aef6 commit de88b2c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ C++20 Feature Support
236236
``<expected>`` from libstdc++ to work correctly with Clang.
237237

238238
- User defined constructors are allowed for copy-list-initialization with CTAD.
239-
The example code for deduction guides for std::map in
240-
(`cppreference <https://en.cppreference.com/w/cpp/container/map/deduction_guides>`_)
241-
will now work.
242239
(#GH62925).
243240

244241
C++23 Feature Support

clang/lib/Sema/SemaInit.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9811,9 +9811,6 @@ QualType Sema::DeduceTemplateSpecializationFromInitializer(
98119811
// C++ [over.best.ics]p4:
98129812
// When [...] the constructor [...] is a candidate by
98139813
// - [over.match.copy] (in all cases)
9814-
// FIXME: The "second phase of [over.match.list] case can also
9815-
// theoretically happen here, but it's not clear whether we can
9816-
// ever have a parameter of the right type.
98179814
if (TD) {
98189815
SmallVector<Expr *, 8> TmpInits;
98199816
for (Expr *E : Inits)

0 commit comments

Comments
 (0)