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

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.
 

Detailed Description

Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus notification.

Definition at line 1790 of file Protocol.h.

Member Data Documentation

◆ state

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

Referenced by clang::clangd::TUStatus::render(), and clang::clangd::toJSON().

◆ uri

URIForFile clang::clangd::FileStatus::uri

The text document's URI.

Definition at line 1792 of file Protocol.h.

Referenced by clang::clangd::TUStatus::render(), and clang::clangd::toJSON().


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