Author: Corentin Jabot
Date: 2021-09-09T08:45:47-04:00
New Revision: 7fc743ff84f60b12bb12f47d48ceb6f268106e45

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

LOG: Mark as P0692R1 as implemented; NFC

P0692R1 was implemented in https://reviews.llvm.org/D92024
but the status page was not updated.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 308648ab5aa4a..9ded88755836d 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1003,7 +1003,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
     <tr>
       <td>Access checking on specializations</td>
       <td><a href="https://wg21.link/p0692r1";>P0692R1</a></td>
-      <td class="partial" align="center">Partial</td>
+      <td class="unreleased" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Default constructible and assignable stateless lambdas</td>


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

Reply via email to