[clang] f2a352e - [Clang] Add the list of core papers approved in Varna to the status page

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 16 23:53:55 PDT 2023


Author: Corentin Jabot
Date: 2023-06-17T09:52:36+03:00
New Revision: f2a352e0584093c65f07cdd7cc62c5cc66beacbd

URL: https://github.com/llvm/llvm-project/commit/f2a352e0584093c65f07cdd7cc62c5cc66beacbd
DIFF: https://github.com/llvm/llvm-project/commit/f2a352e0584093c65f07cdd7cc62c5cc66beacbd.diff

LOG: [Clang] Add the list of core papers approved in Varna 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 d2ef73f821ceb..4eea21cb9da47 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -101,10 +101,55 @@ <h2 id="cxx26">C++2c implementation status</h2>
     <th>C++26 Proposal</th>
     <th>Available in Clang?</th>
  </tr>
+ <!-- Spring 2023 papers (Varna) -->
+ <tr>
+  <td>Remove undefined behavior from lexing</td>
+  <td><a href="https://wg21.link/P2621R2">P2621R2</a> (<a href="#dr">DR</a>)</td>
+  <td class="full" align="center">Clang 3.3</td>
+ </tr>
+ <tr>
+  <td>Making non-encodable string literals ill-formed</td>
+  <td><a href="https://wg21.link/P1854R4">P1854R4</a> (<a href="#dr">DR</a>)</td>
+  <td class="full" align="center">Clang 14</td>
+ </tr>
+ <tr>
+  <td>Unevaluated strings</td>
+  <td><a href="https://wg21.link/P2361R6">P2361R6</a></td>
+  <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+  <td>Add @, $, and ` to the basic character set</td>
+  <td><a href="https://wg21.link/P2558R2">P2558R2</a></td>
+  <td class="full" align="center">Yes</td>
+ </tr>
+ <tr>
+  <td>constexpr cast from <tt>void*</tt></td>
+  <td><a href="https://wg21.link/P2738R1">P2738R1</a></td>
+  <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+  <td>On the ignorability of standard attributes</td>
+  <td><a href="https://wg21.link/P2552R3">P2552R3</a> (<a href="#dr">DR</a>)</td>
+  <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+  <td>Static storage for braced initializers</td>
+  <td><a href="https://wg21.link/P2752R3">P2752R3</a> (<a href="#dr">DR</a>)</td>
+  <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+  <td>User-generated <tt>static_assert</tt> messages</td>
+  <td><a href="https://wg21.link/P2741R3">P2741R3</a></td>
+  <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+  <td>Placeholder variables with no name</td>
+  <td><a href="https://wg21.link/P2169R4">P2169R4</a></td>
+  <td class="none" align="center">No</td>
+ </tr>
 </table>
 </details>
 
-
 <h2 id="cxx23">C++23 implementation status</h2>
 
 <!-- TODO add link to the ISO Standard after it's published. -->


        


More information about the cfe-commits mailing list