diff options
Diffstat (limited to 'clang/www/cxx_status.html')
| -rw-r--r-- | clang/www/cxx_status.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 8e7b35920e9..539af819e0b 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -854,9 +854,9 @@ and library features that are not part of standard C++.</p> <th>Available in Clang?</th> </tr> <tr> - <td rowspan="3">SD-6: SG10 feature test recommendations</td> - <td rowspan="3"><a href="http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">SD-6</a></td> - <td rowspan="3">N/A</td> + <td rowspan="4">SD-6: SG10 feature test recommendations</td> + <td rowspan="4"><a href="http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">SD-6</a></td> + <td rowspan="4">N/A</td> <td class="full" align="center"> Clang 3.4 (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3745">N3745</a>)</br> </td> @@ -871,6 +871,11 @@ and library features that are not part of standard C++.</p> Clang 4 (<a href="http://wg21.link/p0096r3">P0096R3</a>)</a> </td> </tr> + <tr> + <td class="svn" align="center"> + Clang 5 (<a href="http://wg21.link/p0096r4">P0096R4</a>)</a> + </td> + </tr> <!-- FIXME: Implement latest recommendations. <tr> <td class="svn" align="center"> |

