Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65433 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Feb 25, 2009
1 parent 12f708d commit ddb85a7
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,13 @@ <h2>Why?</h2>
<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>
<!--=====================================================================-->
Expand Down

0 comments on commit ddb85a7

Please sign in to comment.