llvm-project/mlir/unittests/TableGen
Kazu Hirata 3a77eb6698 [mlir/unittests] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-03 19:07:59 -08:00
..
CMakeLists.txt [MLIR] Unique autogenerated file for tablegen passes 2022-08-30 09:48:11 +02:00
EnumsGenTest.cpp [mlir/unittests] Use std::nullopt instead of None (NFC) 2022-12-03 19:07:59 -08:00
FormatTest.cpp
OpBuildGen.cpp [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
PassGenTest.cpp [mlir] Add macro for enabling all generated pass declarations 2022-09-28 11:49:28 -04:00
enums.td [mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionality 2022-05-17 18:19:14 +00:00
passes.td [MLIR] Fix cast warning in pass tablegen test 2022-08-24 16:35:50 +02:00