LLVM 22.0.0git
llvm::lsp::ClientInfo Struct Reference

#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.

Detailed Description

Definition at line 181 of file Protocol.h.

Member Data Documentation

◆ name

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

The name of the client as defined by the client.

Definition at line 183 of file Protocol.h.

◆ version

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.


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