diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/index.html b/clang/www/index.html index 2ec22c4f756..867aa9e251d 100644 --- a/clang/www/index.html +++ b/clang/www/index.html @@ -91,10 +91,10 @@ <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 + 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> + <a href="cxx_status.html">full support</a> is still way off.</p> <!--=====================================================================--> <h2>Get it and get involved!</h2> |