[cfe-commits] r116187 - /cfe/trunk/www/cxx_status.html

Chris Lattner sabre at nondot.org
Sun Oct 10 22:20:49 PDT 2010


Author: lattner
Date: Mon Oct 11 00:20:49 2010
New Revision: 116187

URL: http://llvm.org/viewvc/llvm-project?rev=116187&view=rev
Log:
be less threatening.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=116187&r1=116186&r2=116187&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Oct 11 00:20:49 2010
@@ -35,9 +35,7 @@
 <p>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 <a href="http://llvm.org/bugs/">LLVM bug tracker</a>
+  The <a href="http://llvm.org/bugs/">LLVM bug tracker</a>
   contains a Clang C++ component that tracks known Clang C++ bugs.</p>
 
  <h2 id="projects">Projects Building with Clang</h2>





More information about the cfe-commits mailing list