From 8128cd2c2f4cad7fbdbb99a6e5bfde37857a43f4 Mon Sep 17 00:00:00 2001
From: Richard Smith <richard-llvm@metafoo.co.uk>
Date: Sun, 31 Aug 2014 04:18:54 +0000
Subject: [PATCH] cxx_status: we did support some of C++14 in Clang 3.3.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216837 91177308-0d34-0410-b5e6-96231b3b80d8
---
 www/cxx_status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/cxx_status.html b/www/cxx_status.html
index 992d18c1876..daedbdd7e80 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -431,7 +431,7 @@ of the upcoming C++14 language standard. The following table describes the
 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>
-- 
GitLab