diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
| commit | ecb7e5c8afe929ee38155db94de6b084ec32a645 (patch) | |
| tree | 53010172e19c77ea447bcd89e117cda052ab52e0 /www/index.html | |
| parent | 5044f5c816adfd5cba17f1adee1a10127296d0bf (diff) | |
Notes
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index 776c72962260..9adf640f9b31 100644 --- a/www/index.html +++ b/www/index.html @@ -89,13 +89,15 @@ <h2>Current Status</h2> <!--=====================================================================--> - <p>Clang is still under heavy development. Clang is considered to be - a production quality 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 are interested in C++, - <a href="cxx_status.html">full support</a> is still way off.</p> + <p>Clang is still under heavy development. Clang is considered to + be a production quality 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. Clang's C++ support is currently alpha quality + at best, but is evolving rapidly: see the <a + href="cxx_status.html">C++ status</a> page for more + information.</p> <!--=====================================================================--> <h2>Get it and get involved!</h2> |
