This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Implement Core 2094: Trivial copy/move constructor for class with volatile member
ClosedPublic

Authored by EricWF on May 8 2017, 4:14 PM.

Diff Detail

Event Timeline

EricWF created this revision.May 8 2017, 4:14 PM
EricWF updated this revision to Diff 98229.May 8 2017, 4:17 PM
  • Use sup instead of reverted by to match style of other DRs.
rsmith added inline comments.May 8 2017, 4:22 PM
test/CXX/drs/dr4xx.cpp
1205

Write this as "dr496: sup 2094" and then rerun the make_cxx_dr_status script in www/ to regenerate cxx_dr_status.html

1209–1210

2095 -> 2094? Also, why FIXME?

EricWF updated this revision to Diff 98234.May 8 2017, 4:47 PM
EricWF marked 2 inline comments as done.
  • Fix incorrect issue number.
  • Regenerate issue list.
rsmith accepted this revision.May 9 2017, 1:00 PM

Please first check in a change that just regenerates cxx_dr_status without your changes, to separate out the changes due to the new issues list from the changes due to this patch. (You can go ahead and do that with no review.)

This revision is now accepted and ready to land.May 9 2017, 1:00 PM
EricWF updated this revision to Diff 98359.May 9 2017, 3:33 PM
  • Remove unrelated issues list changes.
EricWF closed this revision.May 9 2017, 3:34 PM