clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
std::string | command |
The identifier of the actual command handler. | |
llvm::json::Value | argument = nullptr |
Definition at line 1042 of file Protocol.h.
llvm::json::Value clang::clangd::ExecuteCommandParams::argument = nullptr |
Definition at line 1048 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
std::string clang::clangd::ExecuteCommandParams::command |
The identifier of the actual command handler.
Definition at line 1044 of file Protocol.h.
Referenced by clang::clangd::fromJSON().