clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
std::string | title |
![]() | |
std::string | command |
The command identifier, e.g. CLANGD_APPLY_FIX_COMMAND. More... | |
llvm::Optional< WorkspaceEdit > | workspaceEdit |
Additional Inherited Members | |
![]() | |
static const llvm::StringLiteral | CLANGD_APPLY_FIX_COMMAND |
Definition at line 577 of file Protocol.h.
std::string clang::clangd::Command::title |
Definition at line 578 of file Protocol.h.
Referenced by clang::clangd::toJSON().