Author: Vlad Serebrennikov
Date: 2024-09-17T12:12:49+03:00
New Revision: 88a9bcaf7074d21aa818cfa3952300dc9547be77

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

LOG: [clang][NFC] Update `cxx_dr_status.html`

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 f036fc5add2413..a7ce84b5fa7213 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -11809,11 +11809,11 @@ <h2 id="cxxdr">C++ defect report implementation 
status</h2>
     <td>Reference list-initialization ignores conversion functions</td>
     <td align="center">Not resolved</td>
   </tr>
-  <tr class="open" id="1997">
+  <tr id="1997">
     <td><a 
href="https://cplusplus.github.io/CWG/issues/1997.html";>1997</a></td>
-    <td>drafting</td>
+    <td>DRWP</td>
     <td>Placement new and previous initialization</td>
-    <td align="center">Not resolved</td>
+    <td class="unknown" align="center">Unknown</td>
   </tr>
   <tr id="1998">
     <td><a 
href="https://cplusplus.github.io/CWG/issues/1998.html";>1998</a></td>
@@ -17350,7 +17350,7 @@ <h2 id="cxxdr">C++ defect report implementation 
status</h2>
   </tr>
   <tr class="open" id="2916">
     <td><a 
href="https://cplusplus.github.io/CWG/issues/2916.html";>2916</a></td>
-    <td>tentatively ready</td>
+    <td>review</td>
     <td>Variable template partial specializations should not be declared 
<TT>static</TT></td>
     <td align="center">Not resolved</td>
   </tr>
@@ -17427,6 +17427,60 @@ <h2 id="cxxdr">C++ defect report implementation 
status</h2>
     <td>open</td>
     <td>Unclear status of translation unit with <TT>module</TT> keyword</td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2928">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2928.html";>2928</a></td>
+    <td>open</td>
+    <td>No ordering for initializing thread-local variables</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2929">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2929.html";>2929</a></td>
+    <td>open</td>
+    <td>Lifetime of trivially-destructible static or thread-local objects</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2930">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2930.html";>2930</a></td>
+    <td>open</td>
+    <td>Unclear term "copy/move operation" in specification of copy 
elision</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2931">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2931.html";>2931</a></td>
+    <td>open</td>
+    <td>Restrictions on operator functions that are explicit object member 
functions</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2932">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2932.html";>2932</a></td>
+    <td>open</td>
+    <td>Value range of empty enumeration</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2933">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2933.html";>2933</a></td>
+    <td>open</td>
+    <td>Dangling references</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2934">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2934.html";>2934</a></td>
+    <td>open</td>
+    <td>Unclear semantics of exception escaping from 
<TT>unhandled_exception</TT></td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2935">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2935.html";>2935</a></td>
+    <td>open</td>
+    <td>Destroying the coroutine state when initial-await-resume-called is 
false</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2936">
+    <td><a 
href="https://cplusplus.github.io/CWG/issues/2936.html";>2936</a></td>
+    <td>open</td>
+    <td>Local classes of templated functions should be part of the current 
instantiation</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