Minor updated to the main libcxx page; add a link to the deprecation page

llvm-svn: 323694
This commit is contained in:
Marshall Clow 2018-01-29 21:28:46 +00:00
parent 02bdac53e7
commit 6f73cf45df
1 changed files with 9 additions and 6 deletions

View File

@ -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>