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