clang-tools
8.0.0
|
Contains basic information about a diagnostic. More...
#include <Diagnostics.h>
Public Attributes | |
std::string | Message |
std::string | File |
clangd::Range | Range |
DiagnosticsEngine::Level | Severity = DiagnosticsEngine::Note |
std::string | Category |
bool | InsideMainFile = false |
Contains basic information about a diagnostic.
Definition at line 39 of file Diagnostics.h.
std::string clang::clangd::DiagBase::Category |
Definition at line 46 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::HandleDiagnostic().
std::string clang::clangd::DiagBase::File |
Definition at line 43 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::HandleDiagnostic(), and clang::clangd::operator<<().
bool clang::clangd::DiagBase::InsideMainFile = false |
Definition at line 49 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::HandleDiagnostic(), and clang::clangd::operator<<().
std::string clang::clangd::DiagBase::Message |
Definition at line 40 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::HandleDiagnostic(), and clang::clangd::operator<<().
clangd::Range clang::clangd::DiagBase::Range |
Definition at line 44 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::HandleDiagnostic(), and clang::clangd::operator<<().
DiagnosticsEngine::Level clang::clangd::DiagBase::Severity = DiagnosticsEngine::Note |
Definition at line 45 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::HandleDiagnostic().