diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-07-06 17:40:23 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-07-26 18:47:53 +0800 |
commit | c73adbad6a9964e0700865b7c786cc6885898c68 (patch) | |
tree | 8f56d46c7909698a0e8e112bdb0f6c2eb6d3482c /clang/www | |
parent | 5c396be5750e211866a1880d1ad3918175cf00b7 (diff) | |
download | llvm-c73adbad6a9964e0700865b7c786cc6885898c68.zip llvm-c73adbad6a9964e0700865b7c786cc6885898c68.tar.gz llvm-c73adbad6a9964e0700865b7c786cc6885898c68.tar.bz2 |
[clang] [docs] Update the changes of C++20 Modules in clang15
Since clang15 is going to be branched in July 26, and C++ modules still
lack an update on ReleaseNotes. Although it is not complete yet, I think
it would be better to add one since we've done many works for C++20
Modules in clang15.
Differential Revision: https://reviews.llvm.org/D129138
Diffstat (limited to 'clang/www')
-rwxr-xr-x | clang/www/cxx_status.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 0fd3352..41b788e8 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1164,7 +1164,7 @@ code. This issue is expected to be rectified soon. <tr> <td rowspan="10">Modules</td> <td><a href="https://wg21.link/p1103r3">P1103R3</a></td> - <td class="partial" align="center">Partial</td> + <td class="unreleased" align="center">Clang 15</td> </tr> <tr> <!-- from Cologne --> <td><a href="https://wg21.link/p1766r1">P1766R1</a> (<a href="#dr">DR</a>)</td> @@ -1180,17 +1180,19 @@ code. This issue is expected to be rectified soon. </tr> <tr> <!-- from Belfast --> <td><a href="https://wg21.link/p1874r1">P1874R1</a></td> - <td class="partial" align="center">Partial</td> + <td class="unreleased" align="center">Clang 15</td> </tr> <tr> <!-- from Belfast --> <td><a href="https://wg21.link/p1979r0">P1979R0</a></td> - <td rowspan="3" class="none" align="center">No</td> + <td class="none" align="center">No</td> </tr> <tr> <!-- from Prague --> <td><a href="https://wg21.link/p1779r3">P1779R3</a></td> + <td class="unreleased" align="center">Clang 15</td> </tr> <tr> <td><a href="https://wg21.link/p1857r3">P1857R3</a></td> + <td class="none" align="center">No</td> </tr> <tr> <td><a href="https://wg21.link/p2115r0">P2115R0</a></td> @@ -1198,7 +1200,7 @@ code. This issue is expected to be rectified soon. </tr> <tr> <td><a href="https://wg21.link/p1815r2">P1815R2</a></td> - <td class="none" align="center">No</td> + <td class="partial" align="center">Partial</td> </tr> <tr> <td>Coroutines</td> |