[PATCH] D112280: Support: Use Expected::moveInto() in a few places

2021-10-22 Thread Duncan P. N. Exon Smith via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG2410fb4616b2: Support: Use Expected::moveInto() in a few places (authored by dexonsmith). Repository: rG LLVM Github Monorepo CHANGES SINCE LA

[PATCH] D112280: Support: Use Expected::moveInto() in a few places

2021-10-21 Thread David Blaikie via Phabricator via cfe-commits
dblaikie accepted this revision. dblaikie added a comment. This revision is now accepted and ready to land. These look good (pending the underlying change). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112280/new/ https://reviews.llvm.org/D112280

[PATCH] D112280: Support: Use Expected::moveInto() in a few places

2021-10-21 Thread Duncan P. N. Exon Smith via Phabricator via cfe-commits
dexonsmith created this revision. dexonsmith added reviewers: lhames, dblaikie. Herald added subscribers: ormris, hiraditya. dexonsmith requested review of this revision. Herald added projects: clang, LLVM. Herald added a subscriber: cfe-commits. These are some usage examples for `Expected::moveIn