From: Chris Lattner Date: Wed, 25 Feb 2009 05:43:33 +0000 (+0000) Subject: update X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddb85a7ae69c60cfdf2f5ee22c7bc4569b50a6ec;p=clang update git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65433 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/index.html b/www/index.html index 32c268a740..2ec22c4f75 100644 --- a/www/index.html +++ b/www/index.html @@ -89,17 +89,13 @@

Current Status

-

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.

+

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++, + full support is still a way off.

-

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. C++ support is still very early, - and we don't expect to have respectable C++ support for another 2 years - or so.

-

Get it and get involved!