This is an archive of the discontinued LLVM Phabricator instance.

Support: Use Expected<T>::moveInto() in a few places
ClosedPublic

Authored by dexonsmith on Oct 21 2021, 4:07 PM.

Details

Summary

These are some usage examples for Expected<T>::moveInto() (https://reviews.llvm.org/D112278).

Diff Detail

Event Timeline

dexonsmith created this revision.Oct 21 2021, 4:07 PM
dexonsmith requested review of this revision.Oct 21 2021, 4:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 21 2021, 4:07 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dblaikie accepted this revision.Oct 21 2021, 4:59 PM

These look good (pending the underlying change).

This revision is now accepted and ready to land.Oct 21 2021, 4:59 PM
This revision was landed with ongoing or failed builds.Oct 22 2021, 12:41 PM
This revision was automatically updated to reflect the committed changes.