[all-commits] [llvm/llvm-project] 2410fb: Support: Use Expected<T>::moveInto() in a few places
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Fri Oct 22 12:41:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2410fb4616b2c08bbaddd44e6c11da8285fbd1d3
https://github.com/llvm/llvm-project/commit/2410fb4616b2c08bbaddd44e6c11da8285fbd1d3
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
M llvm/lib/Object/ObjectFile.cpp
M llvm/lib/XRay/InstrumentationMap.cpp
Log Message:
-----------
Support: Use Expected<T>::moveInto() in a few places
These are some usage examples for `Expected<T>::moveInto()`.
Differential Revision: https://reviews.llvm.org/D112280
More information about the All-commits
mailing list