|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
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. | |
Represents an error that occurred during dependency analysis.
Definition at line 56 of file DependencyTypes.h.
| std::string acav::ProcessingError::errorMessage_ |
Error description from Clang.
Definition at line 58 of file DependencyTypes.h.
| std::string acav::ProcessingError::filePath_ |
Source file that failed to process.
Definition at line 57 of file DependencyTypes.h.