LLVM: llvm::lsp::PublishDiagnosticsParams Struct Reference (original) (raw)

#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"

Public Attributes
URIForFile uri
The URI for which diagnostic information is reported.
std::vector< Diagnostic > diagnostics
The list of reported diagnostics.
int64_t version
The version number of the document the diagnostics are published for.

Definition at line 751 of file Protocol.h.

llvm::lsp::PublishDiagnosticsParams::PublishDiagnosticsParams ( URIForFile uri, int64_t version ) inline

diagnostics

std::vector<Diagnostic> llvm::lsp::PublishDiagnosticsParams::diagnostics

uri

URIForFile llvm::lsp::PublishDiagnosticsParams::uri

version

int64_t llvm::lsp::PublishDiagnosticsParams::version


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