summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-09 19:45:49 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-09 19:45:49 +0000
commit0446a431cf5657f55e363f18cc79198f10f7684c (patch)
tree4f76652a240b81419dbd6c4202cd2c2aff96df27 /www
parent77d2b2537b1d0c5107bbc5c4cfc129bc70cbb506 (diff)
downloadclang-0446a431cf5657f55e363f18cc79198f10f7684c.tar.gz
DR1872: don't allow any calls to virtual functions in constant
evaluation. Not even in cases where we would not actually perform virtual dispatch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_dr_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index d588961f56..6592e834eb 100755
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -7963,7 +7963,7 @@ and <I>POD class</I></td>
<td><a href="http://wg21.link/cwg1358">1358</a></td>
<td>CD3</td>
<td>Unintentionally ill-formed <TT>constexpr</TT> function template instances</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr id="1359">
<td><a href="http://wg21.link/cwg1359">1359</a></td>
@@ -11047,7 +11047,7 @@ and <I>POD class</I></td>
<td><a href="http://wg21.link/cwg1872">1872</a></td>
<td>CD4</td>
<td>Instantiations of <TT>constexpr</TT> templates that cannot appear in constant expressions</td>
- <td class="none" align="center">Unknown</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr id="1873">
<td><a href="http://wg21.link/cwg1873">1873</a></td>