From b7579aa95922337a452759905cbb600e3e923fa8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 11 Oct 2010 05:20:49 +0000 Subject: [PATCH] be less threatening. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116187 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 9c38b8efef..2d6a2e6bd0 100644 --- a/www/cxx_status.html +++ b/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