clang 19.0.0git
Classes | Public Attributes | List of all members
clang::ast_matchers::dynamic::Diagnostics::ErrorContent Struct Reference

Information stored for each error found. More...

#include "clang/ASTMatchers/Dynamic/Diagnostics.h"

Classes

struct  Message
 

Public Attributes

std::vector< ContextFrameContextStack
 
std::vector< MessageMessages
 

Detailed Description

Information stored for each error found.

Definition at line 154 of file Diagnostics.h.

Member Data Documentation

◆ ContextStack

std::vector<ContextFrame> clang::ast_matchers::dynamic::Diagnostics::ErrorContent::ContextStack

Definition at line 155 of file Diagnostics.h.

◆ Messages

std::vector<Message> clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Messages

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