clang-include-graph

Visualize and analyze C/C++ project include dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Simple tool for visualizing and analyzing C/C++ project include graph

Commands

clang-include-graph

Examples

Generate include graph for a C++ project directory$ clang-include-graph /path/to/project
Analyze includes for a specific source file$ clang-include-graph /path/to/file.cpp
Generate graph and output to DOT format for visualization$ clang-include-graph /path/to/project --output=graph.dot