[all-commits] [llvm/llvm-project] b12a86: Bitcode: Use Expected<T>::takeError() and moveInto...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Mon Oct 25 16:04:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b12a864c2930acc6f71e3bf248b663470d356db5
https://github.com/llvm/llvm-project/commit/b12a864c2930acc6f71e3bf248b663470d356db5
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
Log Message:
-----------
Bitcode: Use Expected<T>::takeError() and moveInto() more, NFC
Avoid naming some Expected<T> values in the Bitcode reader by using
takeError() and moveInto() more often. This follows the smaller set of
changes included in 2410fb4616b2c08bbaddd44e6c11da8285fbd1d3.
More information about the All-commits
mailing list