summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-10-06 18:50:40 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-10-06 18:50:40 +0000
commit1c3c183da3437d9580a66c719a1cb54522d530ee (patch)
treef8dd946dfae80a58fb17727fbbf311c35f1be2c3 /www
parentc059e0ac05e9795b065bbbe18159f52fdf1f7086 (diff)
downloadclang-1c3c183da3437d9580a66c719a1cb54522d530ee.tar.gz
Implements CWG 1601 in [over.ics.rank/4.2]
Summary: The overload resolution for enums with a fixed underlying type has changed in the C++14 standard. This patch implements the new rule. Patch by Mark de Wever! Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D65695 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index 40af4732ef..83567e29f4 100755
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -9421,7 +9421,7 @@ and <I>POD class</I></td>
<td><a href="http://wg21.link/cwg1601">1601</a></td>
<td>C++14</td>
<td>Promotion of enumeration with fixed underlying type</td>
- <td class="none" align="center">Unknown</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr class="open" id="1602">
<td><a href="http://wg21.link/cwg1602">1602</a></td>