diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 9c38b8efef3a..2d6a2e6bd0d8 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -35,9 +35,7 @@

Clang currently implements all of the ISO C++ 1998 standard (including the defects addressed in the ISO C++ 2003 standard) except for 'export' (which has been removed from the C++'0x draft). - However, the implementation of Clang C++ is still somewhat immature, with - remaining bugs that may cause compiler crashes, erroneous errors and warnings, - or miscompiled code. The LLVM bug tracker + The LLVM bug tracker contains a Clang C++ component that tracks known Clang C++ bugs.

Projects Building with Clang