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

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

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

Detailed Description

Definition at line 1222 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 1224 of file Protocol.h.


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