summaryrefslogtreecommitdiffstats
path: root/clang/www/cxx_dr_status.html
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
commit344df110e56fa97fa7225f78a3386636a2da7939 (patch)
treece904bc638bd4d61d8bbea9989efa347519c0e91 /clang/www/cxx_dr_status.html
parent570ae49d030c987fd68fc81896301411d87b10f9 (diff)
downloadbcm5719-llvm-344df110e56fa97fa7225f78a3386636a2da7939.tar.gz
bcm5719-llvm-344df110e56fa97fa7225f78a3386636a2da7939.zip
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 llvm-svn: 373866
Diffstat (limited to 'clang/www/cxx_dr_status.html')
-rwxr-xr-xclang/www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 40af4732ef6..83567e29f48 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/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>
OpenPOWER on IntegriCloud