clang-tools
7.0.0
|
Represents a note for the diagnostic. More...
#include <Diagnostics.h>
Additional Inherited Members | |
![]() | |
std::string | Message |
std::string | File |
clangd::Range | Range |
DiagnosticsEngine::Level | Severity = DiagnosticsEngine::Note |
bool | InsideMainFile = false |
Represents a note for the diagnostic.
Severity of notes can only be 'note' or 'remark'.
Definition at line 51 of file Diagnostics.h.