From 4044489d69fdb9a9a6ef4a56e84f2ecc2ddfe8a7 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 16 Dec 2009 16:23:48 +0000 Subject: [PATCH] Update C++ status page to reflect reality llvm-svn: 91541 --- clang/www/cxx_status.html | 116 +++++++++++++++++++------------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 9e4c5ceb5668..8a1681fe7a57 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -28,7 +28,7 @@

This page tracks the status of C++ support in Clang.
-Currently most of the C++ features are missing; here you can find features that are at least partially supported in Clang. If you are looking to get involved with Clang development to help work on support for C++, please also look at our Open Projects page for some specific ideas.

+Clang implements the majority of C++ features, although there are many bugs remaining and Clang is not yet generally useful as a C++ compiler. If you are looking to get involved with Clang development to help work on support for C++, please also look at our Open Projects page and the LLVM bug tracker for some specific ideas.