MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::ClientInfo Struct Reference

#include "mlir/Tools/lsp-server-support/Protocol.h"

Public Attributes

std::string name
 The name of the client as defined by the client. More...
 
std::optional< std::string > version
 The client's version as defined by the client. More...
 

Detailed Description

Definition at line 174 of file Protocol.h.

Member Data Documentation

◆ name

std::string mlir::lsp::ClientInfo::name

The name of the client as defined by the client.

Definition at line 176 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().

◆ version

std::optional<std::string> mlir::lsp::ClientInfo::version

The client's version as defined by the client.

Definition at line 179 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().


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