[clang] d45526e - [doc][clang] correct version for p0388 implementation

Nathan Sidwell via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 13 04:12:32 PDT 2021


Author: Nathan Sidwell
Date: 2021-10-13T04:12:07-07:00
New Revision: d45526e6c34a82376f05b702a2969b4c4970cb1c

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

LOG: [doc][clang] correct version for p0388 implementation

The p0388 patch series took so long, the clang version was incorrect,
and I failed to realize that.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 4b628e1f62fe2..9c3688d1dd6c3 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1238,7 +1238,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
     <tr>
       <td>Permit conversions to arrays of unknown bound</td>
       <td><a href="https://wg21.link/p0388r4">P0388R4</a></td>
-      <td class="unreleased" align="center">Clang 13</td>
+      <td class="unreleased" align="center">Clang 14</td>
     </tr>
     <tr>
       <td><tt>constinit</tt></td>


        


More information about the cfe-commits mailing list