Author: marshall
Date: Mon Jan 29 13:28:46 2018
New Revision: 323694

URL: http://llvm.org/viewvc/llvm-project?rev=323694&view=rev
Log:
Minor updated to the main libcxx page; add a link to the deprecation page

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=323694&r1=323693&r2=323694&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Mon Jan 29 13:28:46 2018
@@ -134,14 +134,17 @@
 
    <p>libc++ is a 100% complete C++11 implementation on Apple's OS X. </p>
    <p>LLVM and Clang can self host in C++ and C++11 mode with libc++ on 
Linux.</p>
-   <p>libc++ is also a 100% complete C++14 implementation. A list of new 
features and changes for
-      C++14 can be found <a href="cxx1y_status.html">here</a>.</p>
+   <p>libc++ is also a 100% complete C++14 implementation. A list of new 
features and
+      changes for C++14 can be found <a href="cxx1y_status.html">here</a>.</p>
+   <p>libc++'s C++17 implementation is not yet complete. A list of features 
and changes
+      for C++17 can be found <a href="cxx1z_status.html">here</a>.</p>
    <p>A list of features and changes for the next C++ standard, known here as
-      "C++1z" (probably to be C++17) can be found <a 
href="cxx1z_status.html">here</a>.</p>
-   <p>A list of features and changes for the C++ standard beyond C++17, known 
here as
       "C++2a" (probably to be C++20) can be found <a 
href="cxx2a_status.html">here</a>.</p>
-   <p>Implementation of the post-c++14 Technical Specifications is in 
progress. A list of features and
-      the current status of these features can be found <a 
href="ts1z_status.html">here</a>.</p>
+   <p>Implementation of the post-C++14 Technical Specifications is in 
progress. A list of features
+      and the current status of these features can be found <a 
href="ts1z_status.html">here</a>.</p>
+   <p>As features get moved from the Technical Specifications into the main 
standard, we
+      will (after a period for migration) remove them from the TS 
implementation. This
+      process is detailed <a href="TS_deprecation.html">here</a>.</p>
 
    
<!--======================================================================-->
    <h2 id="buildbots">Build Bots</h2>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to