Files
clang-p2996/clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
Fangrui Song 1e6adbadc7 [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.
2022-12-17 08:10:45 +00:00

8.0 KiB