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

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

Public Attributes

std::map< std::string, std::vector< TextEdit > > changes
 Holds changes to existing resources. More...
 

Detailed Description

Definition at line 1177 of file Protocol.h.

Member Data Documentation

◆ changes

std::map<std::string, std::vector<TextEdit> > mlir::lsp::WorkspaceEdit::changes

Holds changes to existing resources.

Definition at line 1179 of file Protocol.h.

Referenced by mlir::lsp::fromJSON(), and mlir::lsp::toJSON().


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