clang-tools 22.0.0git
|
Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus notification. More...
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The text document's URI. | |
std::string | state |
The human-readable string presents the current state of the file, can be shown in the UI (e.g. |
Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus notification.
Definition at line 1813 of file Protocol.h.
std::string clang::clangd::FileStatus::state |
The human-readable string presents the current state of the file, can be shown in the UI (e.g.
status bar).
Definition at line 1818 of file Protocol.h.
Referenced by clang::clangd::TUStatus::render(), and clang::clangd::toJSON().
URIForFile clang::clangd::FileStatus::uri |
The text document's URI.
Definition at line 1815 of file Protocol.h.
Referenced by clang::clangd::TUStatus::render(), and clang::clangd::toJSON().