llvm-project/llvm/lib/ExecutionEngine
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
..
IntelJITEvents Fix warnings in build done by clang-based compiler 2022-10-07 14:12:10 -07:00
Interpreter [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
JITLink [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
MCJIT [llvm] Qualify auto in range-based for loops (NFC) 2022-08-28 23:29:00 -07:00
OProfileJIT
Orc [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
PerfJITEvents ManagedStatic: remove from PerfJITEventListener 2022-07-10 10:32:40 +02:00
RuntimeDyld [RuntimeDyld] Added support for relocation of indirect functions 2022-11-02 10:46:11 +01:00
CMakeLists.txt
ExecutionEngine.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
ExecutionEngineBindings.cpp [NFC] Cleanup more AttributeList::addAttribute() 2021-08-17 21:05:41 -07:00
GDBRegistrationListener.cpp ManagedStatic: remove from GDBRegistrationListener 2022-07-10 14:13:16 +02:00
SectionMemoryManager.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
TargetSelect.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00