llvm-project/clang/tools/clang-linker-wrapper
Kazu Hirata 5891420e68 [clang] 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 11:54:46 -08:00
..
CMakeLists.txt [cmake] Slight fix ups to make robust to the full range of GNUInstallDirs 2022-07-26 14:48:49 +00:00
ClangLinkerWrapper.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
LinkerWrapperOpts.td [LinkerWrapper] Perform device linking steps in parallel 2022-11-11 13:46:33 -06:00
OffloadWrapper.cpp [LinkerWrapper] Embed OffloadBinaries for OpenMP offloading images 2022-07-21 13:20:01 -04:00
OffloadWrapper.h [HIP] Add support for handling HIP in the linker wrapper 2022-07-11 15:49:23 -04:00