clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The URI for which diagnostic information is reported. | |
std::vector< Diagnostic > | diagnostics |
An array of diagnostic information items. | |
std::optional< int64_t > | version |
The version number of the document the diagnostics are published for. | |
Definition at line 971 of file Protocol.h.
std::vector<Diagnostic> clang::clangd::PublishDiagnosticsParams::diagnostics |
An array of diagnostic information items.
Definition at line 975 of file Protocol.h.
Referenced by clang::clangd::toJSON().
URIForFile clang::clangd::PublishDiagnosticsParams::uri |
The URI for which diagnostic information is reported.
Definition at line 973 of file Protocol.h.
Referenced by clang::clangd::toJSON().
std::optional<int64_t> clang::clangd::PublishDiagnosticsParams::version |
The version number of the document the diagnostics are published for.
Definition at line 977 of file Protocol.h.
Referenced by clang::clangd::toJSON().