Files
clang-p2996/mlir/tools/mlir-tblgen/OpFormatGen.cpp
Benjamin Kramer 30199d11d2 [mlir] Drop Optional::value() references from tblgen files
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.
2022-12-19 22:50:19 +01:00

130 KiB