LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
std::string | name |
The name of the client as defined by the client. | |
std::optional< std::string > | version |
The client's version as defined by the client. |
Definition at line 181 of file Protocol.h.
std::string llvm::lsp::ClientInfo::name |
The name of the client as defined by the client.
Definition at line 183 of file Protocol.h.
std::optional<std::string> llvm::lsp::ClientInfo::version |
The client's version as defined by the client.
Definition at line 186 of file Protocol.h.