clang-tools
11.0.0
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The URI for which diagnostic information is reported. More... | |
std::vector< Diagnostic > | diagnostics |
An array of diagnostic information items. More... | |
llvm::Optional< int64_t > | version |
The version number of the document the diagnostics are published for. More... | |
Definition at line 832 of file Protocol.h.
std::vector<Diagnostic> clang::clangd::PublishDiagnosticsParams::diagnostics |
An array of diagnostic information items.
Definition at line 836 of file Protocol.h.
URIForFile clang::clangd::PublishDiagnosticsParams::uri |
The URI for which diagnostic information is reported.
Definition at line 834 of file Protocol.h.
llvm::Optional<int64_t> clang::clangd::PublishDiagnosticsParams::version |
The version number of the document the diagnostics are published for.
Definition at line 838 of file Protocol.h.