clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
bool | applied = true |
std::optional< std::string > | failureReason |
Definition at line 1194 of file Protocol.h.
bool clang::clangd::ApplyWorkspaceEditResponse::applied = true |
Definition at line 1195 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
std::optional<std::string> clang::clangd::ApplyWorkspaceEditResponse::failureReason |
Definition at line 1196 of file Protocol.h.
Referenced by clang::clangd::fromJSON().