llvm-project/flang/unittests
Kazu Hirata 63b63c3dcd [flang/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:08:01 -08:00
..
Common
Decimal
Evaluate
Frontend [Flang][Driver]Add datalayout before doing LLVM-IR transformation 2022-11-03 12:16:22 +00:00
Optimizer [flang/unittests] Use std::nullopt instead of None (NFC) 2022-12-03 19:08:01 -08:00
Runtime [Flang] Run clang-format on all flang files 2022-11-03 09:26:22 -07:00
CMakeLists.txt