llvm-project/llvm/lib/MC/MCParser
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
..
AsmLexer.cpp Use CTAD on llvm::SaveAndRestore 2022-12-02 15:36:12 -08:00
AsmParser.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
CMakeLists.txt [SystemZ][z/OS] Introduce initial support for GOFF asm parser 2021-10-01 10:29:14 -04:00
COFFAsmParser.cpp [MC][COFF] Add COFF section flag "Info" 2022-10-19 10:32:58 +08:00
COFFMasmParser.cpp [ms] [llvm-ml] Add support for nested PROC/ENDP pairs 2022-08-11 14:19:02 +00:00
DarwinAsmParser.cpp [Alignment][NFC] Use Align in MCStreamer::emitValueToAlignment 2022-11-24 16:09:44 +00:00
ELFAsmParser.cpp [MC][AsmParser] Remove "in directive" from diagnostics 2022-12-01 22:04:27 +00:00
GOFFAsmParser.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MCAsmLexer.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MCAsmParser.cpp [MC] Move AsmMacroMaxNestingDepth inside llvm:: after D72680 2022-11-23 23:13:55 -08:00
MCAsmParserExtension.cpp Cleanup MCParser headers 2022-02-11 10:39:29 +01:00
MCTargetAsmParser.cpp
MasmParser.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
WasmAsmParser.cpp [MCParser] Use std::optional in WasmAsmParser.cpp (NFC) 2022-11-25 12:26:10 -08:00
XCOFFAsmParser.cpp Cleanup MCParser headers 2022-02-11 10:39:29 +01:00