These are some usage examples for Expected<T>::moveInto() (https://reviews.llvm.org/D112278).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112280
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 TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 21 2021, 4:07 PM dexonsmith added a parent revision: D112278: Support: Add Expected<T>::moveInto() to avoid extra names.Oct 21 2021, 4:32 PM 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 Closed by commit rG2410fb4616b2: Support: Use Expected<T>::moveInto() in a few places (authored by dexonsmith). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381638 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
|