llvm-project/llvm/lib/ObjCopy/MachO
Kazu Hirata aadaaface2 [llvm] 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-02 21:11:44 -08:00
..
MachOLayoutBuilder.cpp [MachO][ObjCopy] Handle exports trie in LC_DYLD_INFO and LC_DYLD_EXPORTS_TRIE 2022-11-22 18:50:06 -08:00
MachOLayoutBuilder.h [ObjCopy][NFC] Add missing const in MachOLayoutBuilder.h 2022-04-10 01:29:24 +00:00
MachOObjcopy.cpp [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
MachOObject.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
MachOObject.h [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
MachOReader.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
MachOReader.h [llvm-objcopy][MachO] Add support for LC_DYLIB_CODE_SIGN_DRS 2022-10-14 15:41:19 -07:00
MachOWriter.cpp [MachO][ObjCopy] Handle exports trie in LC_DYLD_INFO and LC_DYLD_EXPORTS_TRIE 2022-11-22 18:50:06 -08:00
MachOWriter.h [llvm-objcopy][MachO] Add support for LC_DYLIB_CODE_SIGN_DRS 2022-10-14 15:41:19 -07:00