aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-09-29 04:40:38 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-09-29 04:40:38 +0000
commit4cb295d3b32cb04215f87948fbf944ee4c31de1b (patch)
treefcb9ea323537749372b7c94ec7ec3b96fd302c0b /www
parent00549b4bc148f02ea41cdc4987f55833019db6af (diff)
downloadclang-4cb295d3b32cb04215f87948fbf944ee4c31de1b.tar.gz
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
instead, it's enabled by the -cc1 flag -fsized-deallocation, until we sort out the backward-compatibility issues. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index b32e5663c6..398d451744 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -476,10 +476,15 @@ available.</p>
<tr>
<td>C++ Sized Deallocation</td>
<td><!--<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">-->N3778<!--</a>--></td>
- <td class="none" align="center">No</td>
+ <td class="partial" align="center">Partial <a href="#n3778">(1)</a></td>
</tr>
</table>
+<p>
+<span id="n3778">(1): Use the experimental <tt>-Xclang -fsized-deallocation</tt>
+flag to enable this feature.</span><br>
+</p>
+
</div>
</body>
</html>