[all-commits] [llvm/llvm-project] 1e6adb: [clang] llvm::Optional::value => operator*/operator->
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Dec 17 00:10:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e6adbadc77517037cb0723df26510fb7a8457ec
https://github.com/llvm/llvm-project/commit/1e6adbadc77517037cb0723df26510fb7a8457ec
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/ControlFlowContext.cpp
M clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
M clang/tools/libclang/CIndex.cpp
M clang/unittests/Lex/HeaderSearchTest.cpp
Log Message:
-----------
[clang] llvm::Optional::value => operator*/operator->
std::optional::value() has undesired exception checking semantics and is
unavailable in older Xcode (see _LIBCPP_AVAILABILITY_BAD_OPTIONAL_ACCESS). The
call sites block std::optional migration.
This makes `ninja check-clang` work in the absence of llvm::Optional::value.
More information about the All-commits
mailing list