[all-commits] [llvm/llvm-project] f4b907: llvm::Optional::value => operator*/operator->
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Dec 16 20:45:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4b90773dc3d4773546a30a70c96deba3b858e5c
https://github.com/llvm/llvm-project/commit/f4b90773dc3d4773546a30a70c96deba3b858e5c
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M lld/wasm/InputChunks.h
M lld/wasm/InputElement.h
Log Message:
-----------
llvm::Optional::value => operator*/operator->
std::optional::value() has undesired exception checking semantics and is
unavailable in some older Xcode. The call sites block std::optional migration.
More information about the All-commits
mailing list