[cfe-commits] r115903 - /cfe/trunk/www/index.html

Chris Lattner sabre at nondot.org
Wed Oct 6 21:28:56 PDT 2010


Author: lattner
Date: Wed Oct  6 23:28:56 2010
New Revision: 115903

URL: http://llvm.org/viewvc/llvm-project?rev=115903&view=rev
Log:
clang++ sorta works now

Modified:
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=115903&r1=115902&r2=115903&view=diff
==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Wed Oct  6 23:28:56 2010
@@ -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>
 





More information about the cfe-commits mailing list