From: Douglas Gregor Date: Mon, 12 Apr 2010 16:01:38 +0000 (+0000) Subject: Remove the blanket statement about Clang not supporting access control. It does now X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15f2e72f75932a66c4d7b27f5fa3d3be804cf5e2;p=clang Remove the blanket statement about Clang not supporting access control. It does now git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101041 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 1513a3ec24..8477f03dfc 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -34,34 +34,9 @@
  • C++0x Status
  • -

    Clang currently implements nearly all of the ISO C++ 1998 standard -(including the defects addressed in the ISO C++ 2003 standard), with -the few notable exceptions listed below. However, the implementation -of Clang C++ is still quite immature, with many remaining bugs that -are likely to cause compiler crashes, erroneous errors and warnings, -and miscompiled code. The LLVM bug -tracker contains a Clang C++ component that tracks known Clang C++ -bugs.

    +

    Clang currently implements nearly all of the ISO C++ 1998 standard (including the defects addressed in the ISO C++ 2003 standard). However, the implementation of Clang C++ is still quite immature, with many remaining bugs that are likely to cause compiler crashes, erroneous errors and warnings, and miscompiled code. The LLVM bug tracker contains a Clang C++ component that tracks known Clang C++ bugs.

    -

    Clang is currently missing implementations of the following C++98/03 features and common extensions:

    - - -

    Projects Building with Clang

    +

    Projects Building with Clang

    Clang is now capable of compiling some language C++ projects, or large pieces of such projects. The following table describes various