[libcxx-commits] [PATCH] D130031: [libc++][doc] Updates the release notes.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 18 11:44:22 PDT 2022


Mordante created this revision.
Herald added a project: All.
Mordante published this revision for review.
Mordante added reviewers: EricWF, ldionne, philnik, var-const, huixie90, mstorsjo.
Mordante added a comment.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

I've update the release notes and would like to land them before LLVM 16 is branched on July 26th.

If there are other missing features you want to mention, just add them as a review comment.

I haven't added `-fexperimental-library`, since these patches will update the release notes.



================
Comment at: libcxx/docs/ReleaseNotes.rst:39
+The main focus of the libc++ team has been to implement new C++20 and C++23
+features.
+
----------------
I think the experimental library is something we can add here too.


================
Comment at: libcxx/docs/ReleaseNotes.rst:46
+The C++20 ``ranges`` library has progressed a lot since the last release and is
+almost complete. The library is considered [experimental|ready for general usage].
+
----------------
What will the status of ranges become?


================
Comment at: libcxx/docs/ReleaseNotes.rst:133
   errors related to missing declarations in namespace ``std``, make sure you have the
   necessary includes.
 
----------------
Are these changes reverted too?


================
Comment at: libcxx/docs/ReleaseNotes.rst:140
   (as an extension) ``__int128_t``, and the unsigned versions thereof.
   In particular, ``uniform_int_distribution<int8_t>`` is no longer supported.
 
----------------
IIRC this change has been reverted. Or did we reland a new version?


This is a preparation for the upcoming LLVM 16 release.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130031

Files:
  libcxx/docs/ReleaseNotes.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130031.445578.patch
Type: text/x-patch
Size: 6250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220718/10d0dea2/attachment-0001.bin>


More information about the libcxx-commits mailing list