summaryrefslogtreecommitdiffstats
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-09-09 01:11:04 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-09-09 01:11:04 +0000
commit3d9068b51213079c3438c9e2994dcf3c1b650f34 (patch)
tree5fd7f3d69bcc9b937e785483a5c83cab800209a7 /www/cxx_status.html
parent74973037ebfc7d071c32e4dcfde822c411274a44 (diff)
[cxx_status] Change "Clang 5" items from yellow to green now that Clang 5 has been released.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 0a904765cf..85c0abcf26 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -648,7 +648,7 @@ of the C++ 2017 Draft International Standard.
<tr>
<td><tt>constexpr</tt> lambda expressions</td>
<td><a href="http://wg21.link/p0170r1">P0170R1</a></td>
- <td class="svn" align="center">Clang 5</td>
+ <td class="full" align="center">Clang 5</td>
</tr>
<tr>
<td>Differing <tt>begin</tt> and <tt>end</tt> types in range-based <tt>for</tt></td>
@@ -684,7 +684,7 @@ of the C++ 2017 Draft International Standard.
<tr>
<td rowspan="2">Template argument deduction for class templates</td>
<td><a href="http://wg21.link/p0091r3">P0091R3</a></td>
- <td rowspan="2" class="svn" align="center">Clang 5</td>
+ <td rowspan="2" class="full" align="center">Clang 5</td>
</tr>
<tr> <!-- from Issaquah -->
<td><a href="http://wg21.link/p0512r0">P0512R0</a></td>
@@ -878,7 +878,7 @@ and library features that are not part of standard C++.</p>
</td>
</tr>
<tr>
- <td class="svn" align="center">
+ <td class="full" align="center">
Clang 5 (<a href="http://wg21.link/p0096r4">P0096R4</a>)</a>
</td>
</tr>
@@ -906,7 +906,7 @@ and library features that are not part of standard C++.</p>
<td>[DRAFT TS] Coroutines</td>
<td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
<td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
- <td class="svn" align="center">Clang 5</td>
+ <td class="full" align="center">Clang 5</td>
</tr>
<tr>
<td>[TS] Library Fundamentals, Version 1 (invocation type traits)</td>