Author: Corentin Jabot
Date: 2022-04-13T20:27:34+02:00
New Revision: 925acfea8836ffe97a1c1d76d31df3229e978a11

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

LOG: [Clang] Fix html error in cxx_status.html [NFC]

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 97634b1b0cd8b..44dfcbe98e2c1 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1405,7 +1405,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
       <td class="full" align="center">Clang 13</td>
     </tr>
     <tr>
-      <td><tt>constexpr</tt> for <tt><cmath</tt> and <tt>cstdlib</tt></td>
+      <td><tt>constexpr</tt> for <tt>&lt;cmath&gt;</tt> and 
<tt>&lt;cstdlib&gt;</tt></td>
       <td><a href="https://wg21.link/P0533R9";>P0533R9</a></td>
       <td class="none" align="center">No</td>
     </tr>


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

Reply via email to