diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
commit | fd035e6496665b1f1197868e21cb0a4594e8db6e (patch) | |
tree | 53010172e19c77ea447bcd89e117cda052ab52e0 /docs/UsersManual.html | |
parent | 2fce988e86bc01829142e4362d4eff1af0925147 (diff) | |
download | FreeBSD-src-fd035e6496665b1f1197868e21cb0a4594e8db6e.zip FreeBSD-src-fd035e6496665b1f1197868e21cb0a4594e8db6e.tar.gz |
Update clang to r96341.
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 13e0209..41715bb 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -789,14 +789,12 @@ definition.</li> <h2 id="cxx">C++ Language Features</h2> <!-- ======================================================================= --> -<p>At this point, Clang C++ is not generally useful. However, Clang C++ support +<p>At this point, Clang C++ is not production-quality and is not recommended for use beyond experimentation. However, Clang C++ support is under active development and is progressing rapidly. Please see the <a href="http://clang.llvm.org/cxx_status.html">C++ Status</a> page for details or ask on the mailing list about how you can help.</p> -<p>Note that the clang driver will refuse to even try to use clang to compile -C++ code unless you pass the <tt>-ccc-clang-cxx</tt> option to the driver. If -you really want to play with Clang's C++ support, please pass that flag. </p> +<p>Note that released Clang compilers will refuse to even try to use clang to compile C++ code unless you pass the <tt>-ccc-clang-cxx</tt> option to the driver. To turn on Clang's C++ support, please pass that flag. Clang compilers built from the Subversion trunk enable C++ support by default, and do not require the <tt>-ccc-clang-cxx</tt> flag.</p> <!-- ======================================================================= --> <h2 id="objcxx">Objective C++ Language Features</h2> |