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

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 16:07:02 PDT 2021


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<T>::moveInto()` (https://reviews.llvm.org/D112278).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112280

Files:
  clang/lib/CodeGen/BackendUtil.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/lib/Object/ObjectFile.cpp
  llvm/lib/XRay/InstrumentationMap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112280.381421.patch
Type: text/x-patch
Size: 4709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211021/91d32e19/attachment.bin>


More information about the llvm-commits mailing list