diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 15:57:27 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 15:57:27 +0000 |
| commit | 95997207e053ffa3647d98fc5d5b92f707b6bbe0 (patch) | |
| tree | ae223e615d9dd527c58fe151c24ed2d91402cf7e | |
| parent | 4cf9a1ee0b2c4fedf454a633955aee36eb918803 (diff) | |
| download | bcm5719-llvm-95997207e053ffa3647d98fc5d5b92f707b6bbe0.tar.gz bcm5719-llvm-95997207e053ffa3647d98fc5d5b92f707b6bbe0.zip | |
Switch C++11 open project to C++1y :)
llvm-svn: 179951
| -rw-r--r-- | clang/www/OpenProjects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html index 98d86602fb4..1f23b963bb6 100644 --- a/clang/www/OpenProjects.html +++ b/clang/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> |

