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