From: Douglas Gregor Date: Wed, 16 Dec 2009 16:23:48 +0000 (+0000) Subject: Update C++ status page to reflect reality X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=125cebdc35dd8ff7965aa57a6ab630e2fc6fe5a3;p=clang Update C++ status page to reflect reality git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91541 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 9e4c5ceb56..8a1681fe7a 100644 --- a/www/cxx_status.html +++ b/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.