summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-09-20 07:57:31 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-09-20 07:57:31 +0000
commit0296eea49b5e9c427ca13ac84f412ea6cab5ebf3 (patch)
treef80850afcec84835665067cdebe4fad7f7cefe35
parent38c25ace538adc572e8d26a90a6f149419ff41eb (diff)
downloadbcm5719-llvm-0296eea49b5e9c427ca13ac84f412ea6cab5ebf3.tar.gz
bcm5719-llvm-0296eea49b5e9c427ca13ac84f412ea6cab5ebf3.zip
refresh the libc++ homepage
llvm-svn: 342624
-rw-r--r--libcxx/docs/index.rst6
-rw-r--r--libcxx/www/index.html11
2 files changed, 9 insertions, 8 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 1892cd47ff5..1f563a37f67 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -80,8 +80,8 @@ reasons, but some of the major ones are:
Platform and Compiler Support
-----------------------------
-libc++ is known to work on the following platforms, using gcc-4.2 and
-clang (lack of C++11 language support disables some functionality).
+libc++ is known to work on the following platforms, using gcc and
+clang.
Note that functionality provided by ``<atomic>`` is only functional with clang
and GCC.
@@ -105,7 +105,7 @@ C++ Dialect Support
* C++11 - Complete
* `C++14 - Complete <http://libcxx.llvm.org/cxx1y_status.html>`__
-* `C++1z - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
+* `C++17 - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
* `Post C++14 Technical Specifications - In Progress <http://libcxx.llvm.org/ts1z_status.html>`__
Notes and Known Issues
diff --git a/libcxx/www/index.html b/libcxx/www/index.html
index 8f9ae510f8f..cb8b5173ab3 100644
--- a/libcxx/www/index.html
+++ b/libcxx/www/index.html
@@ -35,8 +35,8 @@
<h1>"libc++" C++ Standard Library</h1>
<!--*********************************************************************-->
- <p>libc++ is a new implementation of the C++ standard library, targeting
- C++11.</p>
+ <p>libc++ is an implementation of the C++ standard library, targeting
+ C++11, C++14 and above.</p>
<p>All of the code in libc++ is <a
href="https://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
@@ -114,9 +114,8 @@
<!--=====================================================================-->
<p>
- libc++ is known to work on the following platforms, using g++-4.2 and
- clang (lack of C++11 language support disables some functionality). Note
- that functionality provided by &lt;atomic&gt; is only functional with
+ libc++ is known to work on the following platforms, using g++ and
+ clang. Note that functionality provided by &lt;atomic&gt; is only functional with
clang.
</p>
@@ -126,6 +125,8 @@
<li>FreeBSD 10+ i386</li>
<li>FreeBSD 10+ x86_64</li>
<li>FreeBSD 10+ ARM</li>
+ <li>Linux i386</li>
+ <li>Linux x86_64</li>
</ul>
<!--=====================================================================-->
OpenPOWER on IntegriCloud