Skip to content
Snippets Groups Projects
Commit d3573f09 authored by Chris Lattner's avatar Chris Lattner
Browse files

down with export.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104383 91177308-0d34-0410-b5e6-96231b3b80d8
parent e4aec0ea
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
</ul> </ul>
<p>Clang currently implements all of the ISO C++ 1998 standard (including <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 However, the implementation of Clang C++ is still somewhat immature, with
remaining bugs that may cause compiler crashes, erroneous errors and warnings, 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> or miscompiled code. The <a href="http://llvm.org/bugs/">LLVM bug tracker</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment