[cfe-commits] r65433 - /cfe/trunk/www/index.html
Chris Lattner
sabre at nondot.org
Tue Feb 24 21:43:33 PST 2009
Author: lattner
Date: Tue Feb 24 23:43:33 2009
New Revision: 65433
URL: http://llvm.org/viewvc/llvm-project?rev=65433&view=rev
Log:
update
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=65433&r1=65432&r2=65433&view=diff
==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Tue Feb 24 23:43:33 2009
@@ -89,17 +89,13 @@
<h2>Current Status</h2>
<!--=====================================================================-->
- <p>Clang is still in early development stages. 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 compiler, it
- is not yet ready.</p>
+ <p>Clang is still under heavy development. 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 href="cxx_status.html">full support</a> is still a way off.</p>
- <p>Clang currently has pretty good parsing and semantic analysis support for
- C and Objective-C right now, and bugs are usually quickly fixed once
- reported. <a href="cxx_status.html">C++ support</a> is still very early,
- and we don't expect to have respectable C++ support for another 2 years
- or so.</p>
-
<!--=====================================================================-->
<h2>Get it and get involved!</h2>
<!--=====================================================================-->
More information about the cfe-commits
mailing list