More approved C++14 features.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179943 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8ade985..cf307ce 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -422,24 +422,17 @@
       <td class="full" align="center">Yes</td>
     </tr>
     <tr>
+      <td>Return type deduction for normal functions</td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
       <td>[PROVISIONAL] Runtime-sized arrays with automatic storage duration</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td>
       <td class="none" align="center">Partial</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Return type deduction for normal functions</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
-    <!--
-    <tr>
-      <td>Runtime-sized arrays with automatic storage duration</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
-    -->
-    <tr>
-      <td>[PROVISIONAL] Initialized lambda captures</td>
+      <td>Initialized lambda captures</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648.html">N3648</a></td>
       <td class="none" align="center">No</td>
     </tr>
@@ -459,7 +452,7 @@
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Member initializers and aggregates</td>
+      <td>Member initializers and aggregates</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html">N3653</a></td>
       <td class="none" align="center">No</td>
     </tr>