llvm-project/flang/tools
Kazu Hirata 9a41739565 [flang] 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 12:14:21 -08:00
..
bbc [flang] Add hlfir.declare codegen 2022-11-14 11:19:35 +01:00
f18 [Flang] Adjust preprocessing to build modules correctly 2022-10-14 12:27:48 -07:00
f18-parse-demo [flang] Use std::nullopt instead of None (NFC) 2022-12-03 12:14:21 -08:00
fir-opt [flang] Add hlfir.declare codegen 2022-11-14 11:19:35 +01:00
flang-driver [Flang] Run clang-format on all flang files 2022-11-03 09:26:22 -07:00
tco [flang] Add hlfir.declare codegen 2022-11-14 11:19:35 +01:00
.clang-tidy [flang] Add clang-tidy check for braces around if 2021-06-16 09:13:53 +00:00
CMakeLists.txt [flang] Initial lowering for empty program 2022-01-28 22:39:58 +01:00