Structure to store dependency information for a single source file This structure captures all header...
std::string path
Path to the source file.
std::vector< HeaderInfo > headers
List of all included headers.
Represents an error that occurred during dependency analysis.
std::string filePath_
Source file that failed to process.
std::string errorMessage_
Error description from Clang.