down with export.

llvm-svn: 104383
This commit is contained in:
Chris Lattner 2010-05-21 21:16:21 +00:00
parent f7eba5091c
commit b9ea2c29a1
1 changed files with 2 additions and 1 deletions

View File

@ -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>