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

#include "llvm/Support/LSP/Protocol.h"

Public Attributes

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

Detailed Description

Definition at line 1197 of file Protocol.h.

Member Data Documentation

◆ changes

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

Holds changes to existing resources.

Definition at line 1199 of file Protocol.h.


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