clang-tools
11.0.0
|
Represents a related message and source code location for a diagnostic. More...
#include <Protocol.h>
Public Attributes | |
Location | location |
The location of this related diagnostic information. More... | |
std::string | message |
The message of this related diagnostic information. More... | |
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 775 of file Protocol.h.
Location clang::clangd::DiagnosticRelatedInformation::location |
The location of this related diagnostic information.
Definition at line 777 of file Protocol.h.
std::string clang::clangd::DiagnosticRelatedInformation::message |
The message of this related diagnostic information.
Definition at line 779 of file Protocol.h.