LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Member Functions | |
PublishDiagnosticsParams (URIForFile uri, int64_t version) |
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 735 of file Protocol.h.
|
inline |
Definition at line 736 of file Protocol.h.
References llvm::move(), uri, and version.
std::vector<Diagnostic> llvm::lsp::PublishDiagnosticsParams::diagnostics |
The list of reported diagnostics.
Definition at line 742 of file Protocol.h.
Referenced by llvm::lsp::toJSON().
URIForFile llvm::lsp::PublishDiagnosticsParams::uri |
The URI for which diagnostic information is reported.
Definition at line 740 of file Protocol.h.
Referenced by PublishDiagnosticsParams(), and llvm::lsp::toJSON().
int64_t llvm::lsp::PublishDiagnosticsParams::version |
The version number of the document the diagnostics are published for.
Definition at line 744 of file Protocol.h.
Referenced by PublishDiagnosticsParams(), and llvm::lsp::toJSON().