Binary literals are approved for C++14.

llvm-svn: 179942
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index d756ef25..8ade985 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -417,11 +417,16 @@
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Binary literals</td>
+      <td>Binary literals</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf">N3472</a></td>
       <td class="full" align="center">Yes</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>