diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-09 22:21:24 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-09 22:21:24 +0000 |
commit | 87cd035326a39523eeb1b295ad36cff337141ef9 (patch) | |
tree | cb1c41b18e002dab07c5ca51c9416b5c7f39bed8 /www | |
parent | e2a6f1bc951b6a7bee04ff3decf5117aa42195da (diff) | |
download | clang-87cd035326a39523eeb1b295ad36cff337141ef9.tar.gz |
[Sema] Implement Core 2094: Trivial copy/move constructor for class with volatile member
Summary: This patch implements http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2094 which reverts Core 496.
Reviewers: rsmith
Reviewed By: rsmith
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D32984
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/cxx_dr_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html index a7874b2f12..d852decb50 100644 --- a/www/cxx_dr_status.html +++ b/www/cxx_dr_status.html @@ -3017,7 +3017,7 @@ of class templates</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#496">496</a></td> <td>CD3</td> <td>Is a volatile-qualified type really a POD?</td> - <td class="none" align="center">No</td> + <td class="none" align="center">Superseded by <a href="#dr2094">dr2094</a></td> </tr> <tr id="497"> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#497">497</a></td> @@ -12379,7 +12379,7 @@ and <I>POD class</I></td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2094">2094</a></td> <td>DR</td> <td>Trivial copy/move constructor for class with volatile member</td> - <td class="none" align="center">Unknown</td> + <td class="full" align="center">Clang 5.0</td> </tr> <tr id="2095"> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2095">2095</a></td> |