ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
acav::DiagnosticMessage Struct Reference

Public Attributes

clang::DiagnosticsEngine::Level level = clang::DiagnosticsEngine::Note
std::string message
std::string file
unsigned line = 0
unsigned column = 0

Detailed Description

Definition at line 42 of file ClangUtils.h.

Member Data Documentation

◆ column

unsigned acav::DiagnosticMessage::column = 0

Definition at line 47 of file ClangUtils.h.

◆ file

std::string acav::DiagnosticMessage::file

Definition at line 45 of file ClangUtils.h.

◆ level

clang::DiagnosticsEngine::Level acav::DiagnosticMessage::level = clang::DiagnosticsEngine::Note

Definition at line 43 of file ClangUtils.h.

◆ line

unsigned acav::DiagnosticMessage::line = 0

Definition at line 46 of file ClangUtils.h.

◆ message

std::string acav::DiagnosticMessage::message

Definition at line 44 of file ClangUtils.h.


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