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

Represents an error that occurred during dependency analysis. More...

#include <DependencyTypes.h>

Public Attributes

std::string filePath_
 Source file that failed to process.
std::string errorMessage_
 Error description from Clang.

Detailed Description

Represents an error that occurred during dependency analysis.

Definition at line 56 of file DependencyTypes.h.

Member Data Documentation

◆ errorMessage_

std::string acav::ProcessingError::errorMessage_

Error description from Clang.

Definition at line 58 of file DependencyTypes.h.

◆ filePath_

std::string acav::ProcessingError::filePath_

Source file that failed to process.

Definition at line 57 of file DependencyTypes.h.


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