r216837 - cxx_status: we did support some of C++14 in Clang 3.3.

Richard Smith richard-llvm at metafoo.co.uk
Sat Aug 30 21:18:54 PDT 2014


Author: rsmith
Date: Sat Aug 30 23:18:54 2014
New Revision: 216837

URL: http://llvm.org/viewvc/llvm-project?rev=216837&view=rev
Log:
cxx_status: we did support some of C++14 in Clang 3.3.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=216837&r1=216836&r2=216837&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Aug 30 23:18:54 2014
@@ -431,7 +431,7 @@ of the upcoming C++14 language standard.
 Clang version in which each feature became available.</p>
 
 <p>You can use Clang in C++14 mode with the <code>-std=c++14</code> option
-(use <code>-std=c++1y</code> in Clang 3.4).</p>
+(use <code>-std=c++1y</code> in Clang 3.4 and earlier).</p>
 
 <table width="689" border="1" cellspacing="0">
  <tr>





More information about the cfe-commits mailing list