r181676 - Downgrade C++14 "Clarifying memory allocation". We perform non-conforming
Richard Smith
richard-llvm at metafoo.co.uk
Sun May 12 16:39:32 PDT 2013
Author: rsmith
Date: Sun May 12 18:39:32 2013
New Revision: 181676
URL: http://llvm.org/viewvc/llvm-project?rev=181676&view=rev
Log:
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.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=181676&r1=181675&r2=181676&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sun May 12 18:39:32 2013
@@ -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>
More information about the cfe-commits
mailing list