[clang] ee176d2 - [www] Color Clang 11 and Clang 12 features as green and not yellow, and
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 30 15:22:30 PDT 2021
Author: Richard Smith
Date: 2021-03-30T15:22:16-07:00
New Revision: ee176d2e6e9d58af2dd1856f3c1f54ae85f2b89b
URL: https://github.com/llvm/llvm-project/commit/ee176d2e6e9d58af2dd1856f3c1f54ae85f2b89b
DIFF: https://github.com/llvm/llvm-project/commit/ee176d2e6e9d58af2dd1856f3c1f54ae85f2b89b.diff
LOG: [www] Color Clang 11 and Clang 12 features as green and not yellow, and
Clang 13 features as yellow not green.
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 473316005d370..de8a4908f42e0 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -151,7 +151,7 @@ <h2 id="cxx11">C++11 implementation status</h2>
</tr>
<tr> <!-- from Prague-->
<td><a href="https://wg21.link/p1957r2">P1957R2</a> (<a href="#dr">DR</a>)</td>
- <td class="unreleased" align="center">Clang 11</td>
+ <td class="full" align="center">Clang 11</td>
</tr>
<tr>
<td>Static assertions</td>
@@ -1022,7 +1022,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td><tt>[[likely]]</tt> and <tt>[[unlikely]]</tt> attributes</td>
<td><a href="https://wg21.link/p0479r5">P0479R5</a></td>
- <td class="unreleased" align="center">Clang 12</td>
+ <td class="full" align="center">Clang 12</td>
</tr>
<tr>
<td><tt>typename</tt> optional in more contexts</td>
@@ -1150,7 +1150,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
</tr>
<tr> <!-- from Cologne -->
<td><a href="https://wg21.link/p1766r1">P1766R1</a> (<a href="#dr">DR</a>)</td>
- <td class="unreleased" align="center">Clang 11</td>
+ <td class="full" align="center">Clang 11</td>
</tr>
<tr>
<td><a href="https://wg21.link/p1811r0">P1811R0</a></td>
@@ -1234,7 +1234,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td>Pseudo-destructors end object lifetimes</td>
<td><a href="https://wg21.link/p0593r6">P0593R6</a> (<a href="#dr">DR</a>)</td>
- <td class="unreleased" align="center">Clang 11</td>
+ <td class="full" align="center">Clang 11</td>
</tr>
<tr>
<td>More implicit moves</td>
@@ -1276,7 +1276,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
<tr>
<td>Make <tt>()</tt> in lambdas optional in all cases</td>
<td><a href="https://wg21.link/p1102r2">P1102R2</a></td>
- <td class="full" align="center">Clang 13</td>
+ <td class="unreleased" align="center">Clang 13</td>
</tr>
</table>
</details>
More information about the cfe-commits
mailing list