Description
Maps C and C++ include relationships into dependency graphs. It is useful for developers who need to understand header coupling, refactoring impact, or why builds pull in too much code.
Generated graphs depend on the compile database and include paths used during analysis. Confirm conclusions against the real build before making large refactors.