aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-07-21 23:12:18 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-07-21 23:12:18 +0000
commitddcff1b310b80b63f1a9ba88f2befeab40c3648f (patch)
tree5690090beced012b7bec4cd018de7fbc44c77d61 /www
parent85c48510a6fbbdad61cae381b4d788d388d62458 (diff)
downloadclang-ddcff1b310b80b63f1a9ba88f2befeab40c3648f.tar.gz
Tighten up the set of operator new/operator delete calls we're permitted to
optimize, to follow the permissions granted in N3664. Under those rules, only calls generated by new-expressions and delete-expressions are permitted to be optimized, and direct calls to ::operator new and ::operator delete must be treated as normal calls. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 44ddd32519..4b88697175 100644
--- a/www/cxx_status.html
+++ b/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="partial" align="center">Partial</td>
+ <td class="svn" align="center">SVN</td>
</tr>
</table>