[cfe-commits] r104383 - /cfe/trunk/www/cxx_status.html
Chris Lattner
sabre at nondot.org
Fri May 21 14:16:21 PDT 2010
Author: lattner
Date: Fri May 21 16:16:21 2010
New Revision: 104383
URL: http://llvm.org/viewvc/llvm-project?rev=104383&view=rev
Log:
down with export.
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=104383&r1=104382&r2=104383&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri May 21 16:16:21 2010
@@ -33,7 +33,8 @@
</ul>
<p>Clang currently implements all of the ISO C++ 1998 standard (including
- the defects addressed in the ISO C++ 2003 standard) except for 'export'.
+ 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>
More information about the cfe-commits
mailing list