llvm-project/llvm/lib/Passes
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
..
CMakeLists.txt [IR] Split out IR printing passes into IRPrinter 2022-11-18 01:47:56 +00:00
OptimizationLevel.cpp [NFC] Split up PassBuilder.cpp 2021-09-15 15:30:39 -07:00
PassBuilder.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
PassBuilderBindings.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
PassBuilderPipelines.cpp Recommit "[LoopFlatten] Enable it by default" 2022-11-29 10:45:13 +00:00
PassPlugin.cpp [NPM] Resolve llvmGetPassPluginInfo to the plugin being loaded 2021-06-30 18:11:28 +01:00
PassRegistry.def Add generic KCFI operand bundle lowering 2022-11-22 23:01:18 +00:00
StandardInstrumentations.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00