LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
ClientCapabilities | capabilities |
The capabilities provided by the client (editor or tool). | |
std::optional< ClientInfo > | clientInfo |
Information about the client. | |
std::optional< TraceLevel > | trace |
The initial trace setting. If omitted trace is disabled ('off'). |
Definition at line 207 of file Protocol.h.
ClientCapabilities llvm::lsp::InitializeParams::capabilities |
The capabilities provided by the client (editor or tool).
Definition at line 209 of file Protocol.h.
std::optional<ClientInfo> llvm::lsp::InitializeParams::clientInfo |
Information about the client.
Definition at line 212 of file Protocol.h.
std::optional<TraceLevel> llvm::lsp::InitializeParams::trace |
The initial trace setting. If omitted trace is disabled ('off').
Definition at line 215 of file Protocol.h.