[cfe-commits] r72354 - /cfe/trunk/www/get_started.html

Daniel Dunbar daniel at zuster.org
Sat May 23 18:00:16 PDT 2009


Author: ddunbar
Date: Sat May 23 20:00:12 2009
New Revision: 72354

URL: http://llvm.org/viewvc/llvm-project?rev=72354&view=rev
Log:
Minor updates to the clang Getting Started page.

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=72354&r1=72353&r2=72354&view=diff

==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Sat May 23 20:00:12 2009
@@ -23,21 +23,21 @@
 <h2>A Word of Warning</h2>
 
 <p>While this work aims to provide a fully functional C/C++/ObjC front-end, it
-is <em>still early work</em> and is under heavy development. In particular,
-there is no real C++ support yet (this is obviously a big project), and C/ObjC
-support is still missing some minor features. Some of the more notable missing 
-pieces of C support are:</p>
+is still relatively new and under heavy development. Currently we believe clang
+to be very usable as a C and Objective-C compiler, however there is no real C++
+support yet (this is obviously a big project). Additionally, for C and
+Objective-C:</p>
 
 <ol>
   <li>The semantic analyzer does not produce all of the warnings it should.</li>
   <li>We don't consider the API to be stable yet, and reserve the right to
       change fundamental things.</li>
-  <li>The driver is currently implemented in python and is "really slow".</li>
+  <li>Only the X86-32 and X86-64 targets have been well tested.</li>
 </ol>
 
-<p>At this point, C and Objective-C are generally usable for X86-32 and X86-64 
-targets.  If you run into problems, please file bugs in <a 
-href="http://llvm.org/bugs/">LLVM Bugzilla</a> or bring up the issue on the 
+<p>If you run into problems, please file
+bugsin <a href="http://llvm.org/bugs/">LLVM Bugzilla</a> or bring up the issue
+on the
 <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">Clang development 
 mailing list</a>.</p>
 





More information about the cfe-commits mailing list