From 00406d0ab613f1ce1fa1b664c0fd21b8d898f44d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 7 Oct 2010 04:28:56 +0000 Subject: [PATCH] clang++ sorta works now git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115903 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/www/index.html b/www/index.html index 7bf3e5f694..623f719882 100644 --- a/www/index.html +++ b/www/index.html @@ -90,12 +90,11 @@

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 + be a production quality C, Objective-C, C++ and Objective-C++ compiler when + targeting X86-32, X86-64, and ARM (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 beta quality, - but is rapidly maturing: see the C++ status page for more information.

-- 2.50.1