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

Information stored for each error found. More...

#include <Diagnostics.h>

Collaboration diagram for clang::ast_matchers::dynamic::Diagnostics::ErrorContent:
[legend]

Classes

struct  Message
 

Public Attributes

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

Detailed Description

Information stored for each error found.

Definition at line 150 of file Diagnostics.h.

Member Data Documentation

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

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