MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
ClientCapabilities | capabilities |
The capabilities provided by the client (editor or tool). More... | |
std::optional< ClientInfo > | clientInfo |
Information about the client. More... | |
std::optional< TraceLevel > | trace |
The initial trace setting. If omitted trace is disabled ('off'). More... | |
Definition at line 197 of file Protocol.h.
ClientCapabilities mlir::lsp::InitializeParams::capabilities |
The capabilities provided by the client (editor or tool).
Definition at line 199 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
std::optional<ClientInfo> mlir::lsp::InitializeParams::clientInfo |
Information about the client.
Definition at line 202 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
std::optional<TraceLevel> mlir::lsp::InitializeParams::trace |
The initial trace setting. If omitted trace is disabled ('off').
Definition at line 205 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().