[all-commits] [llvm/llvm-project] da47ec: Basic: Stop using expectedToOptional() in FileMana...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Mon Oct 25 13:45:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da47ec3ca076477b994a5fdd7b777aed9b8cbdf4
https://github.com/llvm/llvm-project/commit/da47ec3ca076477b994a5fdd7b777aed9b8cbdf4
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/FileManagerTest.cpp
Log Message:
-----------
Basic: Stop using expectedToOptional() in FileManagerTest, NFC
Remove a couple of uses of expectedToOptional() in FileManagerTest,
using Expected<T>::moveInto() to extract the value instead instead.
More information about the All-commits
mailing list