clang-tools
8.0.0
|
#include <Protocol.h>
Public Attributes | |
llvm::Optional< std::map< std::string, std::vector< TextEdit > > > | changes |
Holds changes to existing resources. More... | |
Definition at line 625 of file Protocol.h.
llvm::Optional<std::map<std::string, std::vector<TextEdit> > > clang::clangd::WorkspaceEdit::changes |
Holds changes to existing resources.
Definition at line 627 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().