aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-05-01 01:40:17 +0000
committerChris Lattner <sabre@nondot.org>2009-05-01 01:40:17 +0000
commitcb645ce0732ea43c65194e0f02f9b2d4f571bd9e (patch)
tree7e551c10c2252f024acca5bb5612e0cced5b1bab
parentdd2fb9c5ebc02f48a5b91a9c2a5f1e4562d02a0b (diff)
C/ObjC work well enough to claim support for them now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70526 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html
index d5dab0f728..2d65caab74 100644
--- a/www/index.html
+++ b/www/index.html
@@ -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>
<!--=====================================================================-->