aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-07-24 07:11:57 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-07-24 07:11:57 +0000
commit03ce5f8c68f55405db6001e82bdb18581d0dadce (patch)
treeab64693986ec8741178fa783bf1ed1a442904aa3 /www
parent532870f537380552af50f603579913bf9dae1443 (diff)
downloadclang-03ce5f8c68f55405db6001e82bdb18581d0dadce.tar.gz
C++1y: track object lifetime during constexpr evaluation, and don't allow
objects to be used once their lifetimes end. This completes the C++1y constexpr extensions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187025 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 4b88697175..6cbc769769 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -457,7 +457,7 @@ available.</p>
<tr>
<td>Relaxing requirements on constexpr functions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3652.html">N3652</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Member initializers and aggregates</td>