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

Chris Lattner sabre at nondot.org
Thu Apr 30 18:40:18 PDT 2009


Author: lattner
Date: Thu Apr 30 20:40:17 2009
New Revision: 70526

URL: http://llvm.org/viewvc/llvm-project?rev=70526&view=rev
Log:
C/ObjC work well enough to claim support for them 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=70526&r1=70525&r2=70526&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Thu Apr 30 20:40:17 2009
@@ -89,11 +89,12 @@
   <h2>Current Status</h2>
   <!--=====================================================================-->
   
-  <p>Clang is still under heavy development.  If you are looking for source 
+  <p>Clang is still under heavy development.  Clang is considered to be 
+   a production 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 source-to-source transformation tools, clang is probably
-   a great solution for you.  If you want to use it as a drop-in C or 
-   Objective-C compiler targetting X86-32 or X86-64, it should work fairly
-   well, but you may run into occasional bugs.  If you are interested in C++,
+   a great solution for you.  If you are interested in C++,
    <a href="cxx_status.html">full support</a> is still way off.</p>
 
   <!--=====================================================================-->





More information about the cfe-commits mailing list