[clang] 336ac71 - [cxx_status] Fix table layout.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 10 13:03:51 PST 2019


Author: Richard Smith
Date: 2019-12-10T13:03:12-08:00
New Revision: 336ac7197eeeb4ab083f7402ec4edbb9b7bb252c

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

LOG: [cxx_status] Fix table layout.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 9df44f474e72..c32ee7f50bd2 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -924,7 +924,7 @@ <h2 id="cxx20">C++2a implementation status</h2>
       <td class="full" align="center">Clang 8</td>
     </tr>
     <tr>
-      <td rowspan="7">Consistent comparison (<tt>operator<=></tt>)</td>
+      <td rowspan="8">Consistent comparison (<tt>operator<=></tt>)</td>
       <td><a href="https://wg21.link/p0515r3">P0515R3</a></td>
       <td class="partial" align="center">Partial</td>
     </tr>


        


More information about the cfe-commits mailing list