clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::WorkDoneProgressEnd Struct Reference

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.
 

Detailed Description

Signals the end of progress reporting.

Definition at line 721 of file Protocol.h.

Member Data Documentation

◆ message

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 724 of file Protocol.h.

Referenced by clang::clangd::toJSON().


The documentation for this struct was generated from the following file: