clang-tools 20.0.0git
|
Signals the end of progress reporting. More...
#include <Protocol.h>
Public Attributes | |
std::optional< std::string > | message |
Optional, a final message indicating to for example indicate the outcome of the operation. | |
Signals the end of progress reporting.
Definition at line 724 of file Protocol.h.
std::optional<std::string> clang::clangd::WorkDoneProgressEnd::message |
Optional, a final message indicating to for example indicate the outcome of the operation.
Definition at line 727 of file Protocol.h.
Referenced by clang::clangd::toJSON().