diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-09-09 01:11:04 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-09-09 01:11:04 +0000 |
| commit | 4b82f9c37ade37516eeae82d3599da84eb1551e7 (patch) | |
| tree | 3210b25dcaa3de9105a173697863369ca7834633 /clang/www/cxx_status.html | |
| parent | 25d6b956792af2f92bf85b0d7f02ef07d819a36d (diff) | |
| download | bcm5719-llvm-4b82f9c37ade37516eeae82d3599da84eb1551e7.tar.gz bcm5719-llvm-4b82f9c37ade37516eeae82d3599da84eb1551e7.zip | |
[cxx_status] Change "Clang 5" items from yellow to green now that Clang 5 has been released.
llvm-svn: 312850
Diffstat (limited to 'clang/www/cxx_status.html')
| -rw-r--r-- | clang/www/cxx_status.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 0a904765cf2..85c0abcf26c 100644 --- a/clang/www/cxx_status.html +++ b/clang/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> |

