r179951 - Switch C++11 open project to C++1y :)

Richard Smith richard-llvm at metafoo.co.uk
Sat Apr 20 08:57:28 PDT 2013


Author: rsmith
Date: Sat Apr 20 10:57:27 2013
New Revision: 179951

URL: http://llvm.org/viewvc/llvm-project?rev=179951&view=rev
Log:
Switch C++11 open project to C++1y :)

Modified:
    cfe/trunk/www/OpenProjects.html

Modified: cfe/trunk/www/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/OpenProjects.html?rev=179951&r1=179950&r2=179951&view=diff
==============================================================================
--- cfe/trunk/www/OpenProjects.html (original)
+++ cfe/trunk/www/OpenProjects.html Sat Apr 20 10:57:27 2013
@@ -78,8 +78,8 @@ improve the quality of clang by self-tes
 </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>
 





More information about the cfe-commits mailing list