MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
std::string | name |
The name of the client as defined by the client. More... | |
std::optional< std::string > | version |
The client's version as defined by the client. More... | |
Definition at line 171 of file Protocol.h.
std::string mlir::lsp::ClientInfo::name |
The name of the client as defined by the client.
Definition at line 173 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
std::optional<std::string> mlir::lsp::ClientInfo::version |
The client's version as defined by the client.
Definition at line 176 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().