[clang] d340f62 - [clang][NFC] Update C++ DR issues list

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 16 14:22:53 PDT 2024


Author: Vlad Serebrennikov
Date: 2024-06-17T00:22:47+03:00
New Revision: d340f6283a3d242bad190ed9b95baa03e5607639

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

LOG: [clang][NFC] Update C++ DR issues list

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 a7b1e652330e4..c00d022b86446 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -15598,7 +15598,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   </tr>
   <tr class="open" id="2632">
     <td><a href="https://cplusplus.github.io/CWG/issues/2632.html">2632</a></td>
-    <td>review</td>
+    <td>drafting</td>
     <td>'user-declared' is not defined</td>
     <td align="center">Not resolved</td>
   </tr>
@@ -16691,7 +16691,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   </tr>
   <tr class="open" id="2814">
     <td><a href="https://cplusplus.github.io/CWG/issues/2814.html">2814</a></td>
-    <td>review</td>
+    <td>tentatively ready</td>
     <td>Alignment requirement of incomplete class type</td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17147,7 +17147,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   </tr>
   <tr class="open" id="2890">
     <td><a href="https://cplusplus.github.io/CWG/issues/2890.html">2890</a></td>
-    <td>open</td>
+    <td>review</td>
     <td>Defining members of local classes</td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17163,27 +17163,27 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>Unclear usual arithmetic conversions</td>
     <td align="center">Not resolved</td>
   </tr>
-  <tr class="open" id="2893">
+  <tr id="2893">
     <td><a href="https://cplusplus.github.io/CWG/issues/2893.html">2893</a></td>
-    <td>open</td>
+    <td>NAD</td>
     <td>Instantiations in discarded <TT>if constexpr</TT> substatements</td>
-    <td align="center">Not resolved</td>
+    <td class="unknown" align="center">Unknown</td>
   </tr>
   <tr class="open" id="2894">
     <td><a href="https://cplusplus.github.io/CWG/issues/2894.html">2894</a></td>
-    <td>open</td>
+    <td>review</td>
     <td>Functional casts create prvalues of reference type</td>
     <td align="center">Not resolved</td>
   </tr>
   <tr class="open" id="2895">
     <td><a href="https://cplusplus.github.io/CWG/issues/2895.html">2895</a></td>
-    <td>open</td>
+    <td>tentatively ready</td>
     <td>Initialization should ignore the destination type's cv-qualification</td>
     <td align="center">Not resolved</td>
   </tr>
   <tr class="open" id="2896">
     <td><a href="https://cplusplus.github.io/CWG/issues/2896.html">2896</a></td>
-    <td>open</td>
+    <td>review</td>
     <td>Template argument deduction involving exception specifications</td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17204,6 +17204,30 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>open</td>
     <td>Bad value representations should cause undefined behavior</td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2900">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2900.html">2900</a></td>
+    <td>open</td>
+    <td>Deduction of non-type template arguments with placeholder types</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2901">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2901.html">2901</a></td>
+    <td>open</td>
+    <td>Unclear semantics for near-match aliased access</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2902">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2902.html">2902</a></td>
+    <td>review</td>
+    <td>Implicit <TT>this</TT> transformation outside of permitted contexts</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2903">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2903.html">2903</a></td>
+    <td>tentatively ready</td>
+    <td>Can we omit the <TT>template</TT> disambiguator in <I>nested-name-specifier</I>s in type-only contexts?</td>
+    <td align="center">Not resolved</td>
   </tr></table>
 
 </div>


        


More information about the cfe-commits mailing list