llvm-project/mlir/lib/AsmParser
Kazu Hirata 192d9dd731 [mlir] Use std::nullopt instead of None in comments (NFC)
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-04 19:58:32 -08:00
..
AffineParser.cpp [MLIR][Presburger] Improve unittest parsing 2022-09-15 19:28:49 +01:00
AsmParserImpl.h [MLIR][Parser] Add `parseBase64Bytes`. 2022-11-18 08:13:30 -08:00
AsmParserState.cpp [mlir] Update Values to use new casting infra 2022-10-14 11:56:35 -05:00
AttributeParser.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
CMakeLists.txt
DialectSymbolParser.cpp [mlir] Use C++17 structured bindings instead of std::tie where applicable. NFCI 2022-08-09 13:34:17 +02:00
Lexer.cpp [mlir] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 20:56:05 -07:00
Lexer.h
LocationParser.cpp [mlir] Cleanup lingering problems surrounding attribute/type aliases 2022-11-30 17:02:54 -08:00
Parser.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
Parser.h [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
ParserState.h
Token.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
Token.h [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
TokenKinds.def Add Float8E4M3FN type to MLIR. 2022-11-16 10:24:25 +01:00
TypeParser.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00