]> granicus.if.org Git - clang/commitdiff
Downgrade C++14 "Clarifying memory allocation". We perform non-conforming
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 12 May 2013 23:39:32 +0000 (23:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 12 May 2013 23:39:32 +0000 (23:39 +0000)
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

www/cxx_status.html

index 7643c7a7b1ceb33c19ba9d4647d0e41e5769bd28..a0c697f149293cda70d3a01a9d8f499b010f7559 100644 (file)
@@ -467,7 +467,7 @@ available.</p>
     <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>