]> granicus.if.org Git - clang/commitdiff
clang++ sorta works now
authorChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 04:28:56 +0000 (04:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 04:28:56 +0000 (04:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115903 91177308-0d34-0410-b5e6-96231b3b80d8

www/index.html

index 7bf3e5f6948dc725603f0f46ebfeaff5219f3511..623f7198827a73028144fa63aaecf9c38a4f9645 100644 (file)
   <!--=====================================================================-->
   
   <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>