clang-tools 19.0.0git
List of all members
clang::clangd::Note Struct Reference

Represents a note for the diagnostic. More...

#include <Diagnostics.h>

Inheritance diagram for clang::clangd::Note:
Inheritance graph
[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: