llvm-svn: 65433
This commit is contained in:
Chris Lattner 2009-02-25 05:43:33 +00:00
parent 014d2ad55f
commit d79eb11e22
1 changed files with 6 additions and 10 deletions

View File

@ -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>
<!--=====================================================================-->