clang-tools 22.0.0git
clang::clangd::Note Struct Reference

Represents a note for the diagnostic. More...

#include <Diagnostics.h>

Inheritance diagram for clang::clangd::Note:
[legend]

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

Detailed Description

Represents a note for the diagnostic.

Severity of notes can only be 'note' or 'remark'.

Definition at line 95 of file Diagnostics.h.


The documentation for this struct was generated from the following file: