Description
Maps C and C++ `#include` relationships into a dependency graph. It is useful for developers who need to understand header coupling, large codebases, or refactoring impact visually.
The generated graph depends on parsed include paths and may not match every build-system condition. Use it as an analysis aid, then confirm findings with the real build configuration.