This is an archive of the discontinued LLVM Phabricator instance.

Fix BitVector move ctor/assignment.
ClosedPublic

Authored by eugenis on Jun 15 2016, 5:44 PM.

Details

Reviewers
dblaikie
pcc
Summary

Current implementation leaves the object in an invalid state.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis updated this revision to Diff 60938.Jun 15 2016, 5:44 PM
eugenis retitled this revision from to Fix BitVector move ctor/assignment..
eugenis updated this object.
eugenis added a reviewer: pcc.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: llvm-commits.

Test coverage?

eugenis updated this revision to Diff 61027.Jun 16 2016, 2:08 PM

Test coverage?

Of course. Thanks for reminding!

dblaikie accepted this revision.Jun 16 2016, 2:35 PM
dblaikie added a reviewer: dblaikie.

Great - thanks!

This revision is now accepted and ready to land.Jun 16 2016, 2:35 PM
eugenis closed this revision.Jun 16 2016, 2:52 PM

r272965