[clang] 70a2075 - [clang] Update C++ DR status page

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 5 00:45:58 PDT 2025


Author: Vlad Serebrennikov
Date: 2025-04-05T10:45:51+03:00
New Revision: 70a20757e8fff0a56cd7f95c2854b0fa68e7089c

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

LOG: [clang] Update C++ DR status page

Added: 
    

Modified: 
    clang/www/cxx_dr_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 138f12facf0ad..eeb1d9d74bf00 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -17242,7 +17242,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   </tr>
   <tr class="open" id="2898">
     <td><a href="https://cplusplus.github.io/CWG/issues/2898.html">2898</a></td>
-    <td>open</td>
+    <td>tentatively ready</td>
     <td>Clarify implicit conversion sequence from <I>cv</I> <TT>T</TT> to <TT>T</TT></td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17750,7 +17750,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   </tr>
   <tr class="open" id="2982">
     <td><a href="https://cplusplus.github.io/CWG/issues/2982.html">2982</a></td>
-    <td>open</td>
+    <td>tentatively ready</td>
     <td>Deduction in <I>type-constraint</I>s</td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17780,7 +17780,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   </tr>
   <tr class="open" id="2987">
     <td><a href="https://cplusplus.github.io/CWG/issues/2987.html">2987</a></td>
-    <td>open</td>
+    <td>tentatively ready</td>
     <td>Remove dilapidated wording from <TT>static_cast</TT></td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17945,6 +17945,36 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>open</td>
     <td>Comma-delimited vs. comma-separated output for <TT>#embed</TT></td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3015">
+    <td><a href="https://cplusplus.github.io/CWG/issues/3015.html">3015</a></td>
+    <td>open</td>
+    <td>Handling of <I>header-name</I>s for <TT>#include</TT> and <TT>#embed</TT></td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3016">
+    <td><a href="https://cplusplus.github.io/CWG/issues/3016.html">3016</a></td>
+    <td>open</td>
+    <td>Satisfying the syntactic requirements of <TT>#include</TT> and <TT>#embed</TT></td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3017">
+    <td><a href="https://cplusplus.github.io/CWG/issues/3017.html">3017</a></td>
+    <td>open</td>
+    <td>Commas in controlling expression of conditional inclusion</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3018">
+    <td><a href="https://cplusplus.github.io/CWG/issues/3018.html">3018</a></td>
+    <td>open</td>
+    <td>Validity of <TT>defined</TT> in <TT>__has_embed</TT></td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3019">
+    <td><a href="https://cplusplus.github.io/CWG/issues/3019.html">3019</a></td>
+    <td>open</td>
+    <td>Restrictions on character sequences in <I>header-name</I>s</td>
+    <td align="center">Not resolved</td>
   </tr></table>
 
 </div>


        


More information about the cfe-commits mailing list