nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::DiagnosticRelatedInformation Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::DiagnosticRelatedInformation:
[legend]

Public Attributes

Location location
 The location of this related diagnostic information.
 
std::string message
 The message of this related diagnostic information.
 

Detailed Description

Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g when duplicating a symbol in a scope.

Definition at line 862 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ location

Location lspserver::DiagnosticRelatedInformation::location

The location of this related diagnostic information.

Definition at line 864 of file lspserver/include/lspserver/Protocol.h.

◆ message

std::string lspserver::DiagnosticRelatedInformation::message

The message of this related diagnostic information.

Definition at line 866 of file lspserver/include/lspserver/Protocol.h.


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