MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Member Functions | |
PublishDiagnosticsParams (URIForFile uri, int64_t version) | |
Public Attributes | |
URIForFile | uri |
The URI for which diagnostic information is reported. More... | |
std::vector< Diagnostic > | diagnostics |
The list of reported diagnostics. More... | |
int64_t | version |
The version number of the document the diagnostics are published for. More... | |
Definition at line 725 of file Protocol.h.
|
inline |
Definition at line 726 of file Protocol.h.
std::vector<Diagnostic> mlir::lsp::PublishDiagnosticsParams::diagnostics |
The list of reported diagnostics.
Definition at line 732 of file Protocol.h.
Referenced by mlir::lsp::toJSON().
URIForFile mlir::lsp::PublishDiagnosticsParams::uri |
The URI for which diagnostic information is reported.
Definition at line 730 of file Protocol.h.
Referenced by mlir::lsp::toJSON().
int64_t mlir::lsp::PublishDiagnosticsParams::version |
The version number of the document the diagnostics are published for.
Definition at line 734 of file Protocol.h.
Referenced by mlir::lsp::toJSON().