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

H. Vetinari via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 05:14:45 PDT 2022


h-vetinari added inline comments.


================
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>`_.
+
----------------
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 ...?


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

https://reviews.llvm.org/D129138



More information about the cfe-commits mailing list