diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-07 04:28:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-07 04:28:56 +0000 |
commit | 586c51e0b7794971d8ace2296eab32782fb2cb31 (patch) | |
tree | 9fce970ca0eaea43d768c246d6fb37ad4c3e1efa /clang/www | |
parent | 05faeb71350f65bbe8e41b68b22345e992e9a497 (diff) | |
download | bcm5719-llvm-586c51e0b7794971d8ace2296eab32782fb2cb31.tar.gz bcm5719-llvm-586c51e0b7794971d8ace2296eab32782fb2cb31.zip |
clang++ sorta works now
llvm-svn: 115903
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/clang/www/index.html b/clang/www/index.html index 7bf3e5f6948..623f7198827 100644 --- a/clang/www/index.html +++ b/clang/www/index.html @@ -90,12 +90,11 @@ <!--=====================================================================--> <p>Clang is still under heavy development. Clang is considered to - be a production quality C and Objective-C compiler when targetting - X86-32 and X86-64 (other targets may have caveats, but are usually - easy to fix). If you are looking for source analysis or + be a production quality C, Objective-C, C++ and Objective-C++ compiler when + targeting X86-32, X86-64, and ARM (other targets may have caveats, but are + usually easy to fix). If you are looking for source analysis or source-to-source transformation tools, clang is probably a great - solution for you. Clang's C++ support is currently beta quality, - but is rapidly maturing: see the <a + solution for you. Clang does not support C++'0x yet, please see the <a href="cxx_status.html">C++ status</a> page for more information.</p> |