clang-tools 20.0.0git
|
Represents a note for the diagnostic. More...
#include <Diagnostics.h>
Additional Inherited Members | |
Public Attributes inherited from clang::clangd::DiagBase | |
std::string | Message |
std::string | File |
std::optional< std::string > | AbsFile |
clangd::Range | Range |
DiagnosticsEngine::Level | Severity = DiagnosticsEngine::Note |
std::string | Category |
bool | InsideMainFile = false |
unsigned | ID = 0 |
llvm::json::Object | OpaqueData |
Represents a note for the diagnostic.
Severity of notes can only be 'note' or 'remark'.
Definition at line 95 of file Diagnostics.h.