From 86029ea254a3a54834940787e58adc55d93c695f Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 22 Mar 2012 08:15:13 +0000 Subject: [PATCH] Update front page to indicate that we do, in fact, support some of C++11. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153246 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 095eed790df8..6455262a461a 100644 --- a/www/index.html +++ b/www/index.html @@ -94,7 +94,7 @@

Current Status

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 does not support C++'11 yet, please see the C++ status page for more information.