Downgrade C++14 "Clarifying memory allocation". We perform non-conforming
optimizations -- in particular, globalopt will remove calls to ::operator
new(size_t) that did not come from new-expressions.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181676 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 7643c7a..a0c697f 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -467,7 +467,7 @@
     <tr>
       <td>Clarifying memory allocation</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
-      <td class="full" align="center">Yes</td>
+      <td class="partial" align="center">Partial</td>
     </tr>
 </table>