clang 20.0.0git
|
Information stored for each error found. More...
#include "clang/ASTMatchers/Dynamic/Diagnostics.h"
Classes | |
struct | Message |
Public Attributes | |
std::vector< ContextFrame > | ContextStack |
std::vector< Message > | Messages |
Information stored for each error found.
Definition at line 154 of file Diagnostics.h.
std::vector<ContextFrame> clang::ast_matchers::dynamic::Diagnostics::ErrorContent::ContextStack |
Definition at line 155 of file Diagnostics.h.
std::vector<Message> clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Messages |
Definition at line 161 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printErrorContentToStream(), and clang::ast_matchers::dynamic::Diagnostics::OverloadContext::~OverloadContext().