summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-14 23:35:48 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-14 23:35:48 +0000
commit60d222f6f5bbf6613ff0ba5564c466ce15036998 (patch)
tree2390abd3d8658fc628e64a04af26b8e42cecfd4b
parent8eb5b29ec11f5f6922132a68f8e88a9b0f69a489 (diff)
Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142019 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index a48e226ee8..942db6bafc 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -36,8 +36,7 @@
<h2 id="cxx11">C++11 Implementation status</h2>
- <p>Clang provides support for a number of features included in the new <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">ISO C++ Standard, ISO/IEC 14882:2011</a>. This section tracks the status of various C++11
-features, and a number of other C++11 features are under active development.</p>
+ <p>Clang provides support for a number of features included in the new <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">ISO C++ Standard, ISO/IEC 14882:2011</a>. The following table describes which C++11 features have been implemented in Clang and in which Clang versions they became available.</p>
<p>You can use Clang in C++11 mode either
with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++.