diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-05-12 23:39:32 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-05-12 23:39:32 +0000 |
commit | 0e4676e1f53b7a463cc4c4e9af87ee91c86d2a62 (patch) | |
tree | d88f047dc8fcc959fee35ac8d3679304c8c1548a | |
parent | 50f4afcc281ab9ca023e3c92e8078e6d8378af62 (diff) | |
download | bcm5719-llvm-0e4676e1f53b7a463cc4c4e9af87ee91c86d2a62.tar.gz bcm5719-llvm-0e4676e1f53b7a463cc4c4e9af87ee91c86d2a62.zip |
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.
llvm-svn: 181676
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 7643c7a7b1c..a0c697f1492 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -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> |