llvm-project/mlir/lib/Tools/lsp-server-support
Kazu Hirata 70c73d1b72 [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 17:23:50 -08:00
..
CMakeLists.txt [mlir][Tablegen-LSP] Add support for a compilation database 2022-05-27 02:39:49 -07:00
CompilationDatabase.cpp [mlir:PDLL-LSP] Add a custom LSP command for viewing the output of PDLL 2022-05-30 17:35:34 -07:00
CompilationDatabase.h [mlir][Tablegen-LSP] Add support for a compilation database 2022-05-27 02:39:49 -07:00
Logging.cpp
Logging.h
Protocol.cpp [mlir] Don't include StringSwitch.h (NFC) 2022-09-18 23:09:40 -07:00
Protocol.h [mlir:vscode] Add support for viewing and editing a bytecode file as .mlir 2022-09-02 18:16:05 -07:00
SourceMgrUtils.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
SourceMgrUtils.h [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
Transport.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
Transport.h