[PATCH] D129138: [clang] [docs] Update the changes of C++20 Modules in clang15

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 20:10:51 PDT 2022


ChuanqiXu marked an inline comment as done.
ChuanqiXu added a comment.

In D129138#3632128 <https://reviews.llvm.org/D129138#3632128>, @iains wrote:

> I would not expect to add all this information to the release notes, or any of the phab links - just single lines to say that paper numbers are implemented
>
> - the details are just to help us track the situation up to 26th July.

Got it. Thanks!



================
Comment at: clang/docs/ReleaseNotes.rst:472-476
+- Implemented `P1103R3: Merging Modules <https://wg21.link/P1103R3>`_.
+- Implemented `P1779R3: ABI isolation for member functions <https://wg21.link/P1779R3>`_.
+- Implemented `P1874R1: Dynamic Initialization Order of Non-Local Variables in Modules <https://wg21.link/P1874R1>`_.
+- Partially implemented `P1815R2: Translation-unit-local entities <https://wg21.link/P1815R2>`_.
+
----------------
h-vetinari wrote:
> This should probably also be reflected in https://clang.llvm.org/cxx_status.html / https://github.com/llvm/llvm-project/blob/main/clang/www/cxx_status.html ...?
Done. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129138/new/

https://reviews.llvm.org/D129138



More information about the cfe-commits mailing list