[cfe-commits] r153246 - /cfe/trunk/www/index.html
Richard Smith
richard-llvm at metafoo.co.uk
Thu Mar 22 01:15:17 PDT 2012
Author: rsmith
Date: Thu Mar 22 03:15:13 2012
New Revision: 153246
URL: http://llvm.org/viewvc/llvm-project?rev=153246&view=rev
Log:
Update front page to indicate that we do, in fact, support some of C++11.
Modified:
cfe/trunk/www/index.html
Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=153246&r1=153245&r2=153246&view=diff
==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Thu Mar 22 03:15:13 2012
@@ -94,7 +94,7 @@
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 <a
+ solution for you. Clang supports most of C++11, please see the <a
href="cxx_status.html">C++ status</a> page for more
information.</p>
More information about the cfe-commits
mailing list