aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorGábor Spaits <gaborspaits1@gmail.com>2024-07-06 15:22:51 +0200
committerGitHub <noreply@github.com>2024-07-06 15:22:51 +0200
commitde88b2cb16af4bba659d0bb2ddf10bda681ec84d (patch)
tree3020abaf4950070d7063f239a3d612fb4388937a /clang/docs
parent4a9aef683df895934c26591404692d41a687b005 (diff)
downloadllvm-de88b2cb16af4bba659d0bb2ddf10bda681ec84d.zip
llvm-de88b2cb16af4bba659d0bb2ddf10bda681ec84d.tar.gz
llvm-de88b2cb16af4bba659d0bb2ddf10bda681ec84d.tar.bz2
[Clang] Simplify release notes and remove irrelevant comment (#96407)
As discussed before with @cor3ntin before (https://github.com/llvm/llvm-project/pull/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 <Gabor.Spaits@hightec-rt.com>
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3918707..edc932e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -236,9 +236,6 @@ C++20 Feature Support
``<expected>`` from libstdc++ to work correctly with Clang.
- User defined constructors are allowed for copy-list-initialization with CTAD.
- The example code for deduction guides for std::map in
- (`cppreference <https://en.cppreference.com/w/cpp/container/map/deduction_guides>`_)
- will now work.
(#GH62925).
C++23 Feature Support