Author: rsmith Date: Wed Aug 30 16:10:31 2017 New Revision: 312191 URL: http://llvm.org/viewvc/llvm-project?rev=312191&view=rev Log: [cxx_status] Update to describe current status a bit better.
Modified: cfe/trunk/www/cxx_status.html Modified: cfe/trunk/www/cxx_status.html URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=312191&r1=312190&r2=312191&view=diff ============================================================================== --- cfe/trunk/www/cxx_status.html (original) +++ cfe/trunk/www/cxx_status.html Wed Aug 30 16:10:31 2017 @@ -11,7 +11,7 @@ .svn { background-color: #FFFF99 } .full { background-color: #CCFF99 } .na { background-color: #DDDDDD } - span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } + :target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } th { background-color: #FFDDAA } td { vertical-align: middle } tt { white-space: nowrap } @@ -524,7 +524,8 @@ version 3.7. <p>Clang 5 and later implement all the features of the C++ 2017 Draft International Standard. -<p>You can use Clang in C++17 mode with the <code>-std=c++1z</code> option.</p> +<p>You can use Clang in C++17 mode with the <code>-std=c++17</code> option +(use <code>-std=c++1z</code> in Clang 4 and earlier).</p> <details open> <summary>List of features and minimum Clang version with support</summary> @@ -829,7 +830,7 @@ as the draft C++2a standard evolves. <td><a href="http://wg21.link/p0702r1">P0702R1</a></td> <td class="none" align="center">No</td> </tr> - <tr> + <tr id="p0374"> <td>Concepts</td> <td><a href="http://wg21.link/p0734r0">P0734R0</a></td> <td class="none" align="center">No</td> @@ -893,7 +894,7 @@ and library features that are not part o <td>[TS] Concepts</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0121r0.pdf">P0121R0</a></td> <td></td> - <td class="none" align="center">WIP</td> + <td class="na" align="center">Superseded by <a href="#p0374">P0734R0</a></td> </tr> <tr> <td>[DRAFT TS] Coroutines</td> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits