LLVM: llvm::lsp::ClientInfo Struct Reference (original) (raw)

#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"

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 183 of file Protocol.h.

name

std::string llvm::lsp::ClientInfo::name

The name of the client as defined by the client.

Definition at line 185 of file Protocol.h.

version

std::optionalstd::string llvm::lsp::ClientInfo::version

The client's version as defined by the client.

Definition at line 188 of file Protocol.h.


The documentation for this struct was generated from the following file: