Author: Vlad Serebrennikov
Date: 2025-03-25T19:21:09+04:00
New Revision: 5159911a7c1476ff182363068d2a1169286bfb06

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

LOG: [clang][NFC] 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 16a9b26052f87..138f12facf0ad 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -12529,11 +12529,11 @@ <h2 id="cxxdr">C++ defect report implementation 
status</h2>
     <td>Direct or copy initialization for omitted aggregate initializers</td>
     <td class="unknown" align="center">Unknown</td>
   </tr>
-  <tr class="open" id="2117">
+  <tr id="2117">
     <td><a 
href="https://cplusplus.github.io/CWG/issues/2117.html";>2117</a></td>
-    <td>open</td>
+    <td>NAD</td>
     <td>Explicit specializations and <TT>constexpr</TT> function templates</td>
-    <td align="center">Not resolved</td>
+    <td class="unknown" align="center">Unknown</td>
   </tr>
   <tr class="open" id="2118">
     <td><a 
href="https://cplusplus.github.io/CWG/issues/2118.html";>2118</a></td>
@@ -17909,6 +17909,42 @@ <h2 id="cxxdr">C++ defect report implementation 
status</h2>
     <td>open</td>
     <td>Missing Annex C entry for <TT>void</TT> object declarations</td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3009">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/3009.html";>3009</a></td>
+    <td>open</td>
+    <td>Unclear rules for constant initialization</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3010">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/3010.html";>3010</a></td>
+    <td>open</td>
+    <td>constexpr placement-new should require transparent replaceability</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3011">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/3011.html";>3011</a></td>
+    <td>open</td>
+    <td>Parenthesized aggregate initialization for <I>new-expression</I>s</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3012">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/3012.html";>3012</a></td>
+    <td>open</td>
+    <td>Deviating <TT>constexpr</TT> or <TT>consteval</TT> across translation 
units</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3013">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/3013.html";>3013</a></td>
+    <td>open</td>
+    <td>Disallowing macros for <TT>#embed</TT> parameters</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="3014">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/3014.html";>3014</a></td>
+    <td>open</td>
+    <td>Comma-delimited vs. comma-separated output for <TT>#embed</TT></td>
+    <td align="center">Not resolved</td>
   </tr></table>
 
 </div>


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to