summaryrefslogtreecommitdiff
path: root/www/OpenProjects.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 15:57:27 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 15:57:27 +0000
commit7c6671e58f287ff0f74902176c110018294e07a5 (patch)
tree5a06a74077e18e27357463f256be571d0f58ac84 /www/OpenProjects.html
parent7dc88645fa24059af22fbf0aa48f50a1b51d076f (diff)
downloadclang-7c6671e58f287ff0f74902176c110018294e07a5.tar.gz
Switch C++11 open project to C++1y :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/OpenProjects.html')
-rw-r--r--www/OpenProjects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index 98d86602fb..1f23b963bb 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -78,8 +78,8 @@ improve the quality of clang by self-testing. Some examples:
</ul>
</li>
-<li><b>Continue work on C++'11 support</b>:
- C++'98 is feature complete, but there is still a lot of C++'11 features to
+<li><b>Continue work on C++1y support</b>:
+ C++98 and C++11 are feature-complete, but there are still several C++1y features to
implement. Please see the <a href="cxx_status.html">C++ status report
page</a> to find out what is missing.</li>