[clang] d1f96d4 - [clang][NFC] Claim support for P3106R1 since Clang 17
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Thu May 16 07:53:24 PDT 2024
Author: Vlad Serebrennikov
Date: 2024-05-16T17:53:14+03:00
New Revision: d1f96d4cfe25770827b5f819b6a9de6fef142c9c
URL: https://github.com/llvm/llvm-project/commit/d1f96d4cfe25770827b5f819b6a9de6fef142c9c
DIFF: https://github.com/llvm/llvm-project/commit/d1f96d4cfe25770827b5f819b6a9de6fef142c9c.diff
LOG: [clang][NFC] Claim support for P3106R1 since Clang 17
Test for this paper were added in https://github.com/llvm/llvm-project/pull/91435
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 6e2fd745e666c..a11bf9a06f9f4 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -172,7 +172,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Clarifying rules for brace elision in aggregate initialization</td>
<td><a href="https://wg21.link/P3106R1">P3106R1</a> (<a href="#dr">DR</a>)</td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Clang 17</td>
</tr>
<tr>
<td>Attributes for Structured Bindings</td>
More information about the cfe-commits
mailing list