diff options
author | Chris Lattner <sabre@nondot.org> | 2010-05-21 21:16:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-05-21 21:16:21 +0000 |
commit | d3573f09321f3078e802fe36c70f7750be71004d (patch) | |
tree | 8a95c9b91655c0dbcc92039a4d04f22709aefb5d | |
parent | e4aec0eae303e926643c7239cf7b0197ea9f63e2 (diff) |
down with export.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104383 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index df01a05aed..83e06941ba 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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> |