[clang] 101a936 - [Clang] dd the papers adopted in St Louis to the status page
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 29 07:24:13 PDT 2024
Author: Corentin Jabot
Date: 2024-06-29T09:23:41-05:00
New Revision: 101a936bde47744084e04a64aa9af85c75d03afd
URL: https://github.com/llvm/llvm-project/commit/101a936bde47744084e04a64aa9af85c75d03afd
DIFF: https://github.com/llvm/llvm-project/commit/101a936bde47744084e04a64aa9af85c75d03afd.diff
LOG: [Clang] dd the papers adopted in St Louis to the status page
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 3ae9f5cb65ba8..8f21a7c9f8737 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -204,6 +204,27 @@ <h2 id="cxx26">C++2c implementation status</h2>
<td><a href="https://wg21.link/P2893R3">P2893R3</a></td>
<td class="none" align="center">No</td>
</tr>
+ <!-- Summer 2024 papers (St Louis) -->
+ <tr>
+ <td><tt>constexpr</tt> placement new</td>
+ <td><a href="https://wg21.link/P2747R2">P2747R2</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>Deleting a Pointer to an Incomplete Type Should be Ill-formed</td>
+ <td><a href="https://wg21.link/P3144">P3144R2</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>Ordering of constraints involving fold expressions</td>
+ <td><a href="https://wg21.link/P2963R3">P2963R3</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>Structured binding declaration as a condition</td>
+ <td><a href="https://wg21.link/P0963R3">P0963R3</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
</table>
</details>
More information about the cfe-commits
mailing list