clang-tools
10.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 |
llvm::Optional< TweakArgs > | tweakArgs |
Additional Inherited Members | |
![]() | |
static const llvm::StringLiteral | CLANGD_APPLY_FIX_COMMAND |
static const llvm::StringLiteral | CLANGD_APPLY_TWEAK |
Definition at line 761 of file Protocol.h.
std::string clang::clangd::Command::title |
Definition at line 762 of file Protocol.h.