diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-11 05:20:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-11 05:20:49 +0000 |
commit | b7579aa95922337a452759905cbb600e3e923fa8 (patch) | |
tree | c44007ab2d8a24eebda92d8b5cf1896cb4fe4bfd | |
parent | d2c47bde3bc0c0debd8a9728781d3375efe22bc5 (diff) |
be less threatening.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 9c38b8efef..2d6a2e6bd0 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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> |