A tool that visualizes inheritance relations between classes in C++.
brew install graphviz
sudo pip install pygraphviz
- Running simple_inherit_graph_demo.py
$ git clone https://github.com/shaochuan/clang-tools.git
$ cd clang-tools
$ python simple_inherit_graph_demo.py
- Running v8 example
$ ./pull_submod.sh
$ python v8_inherit_graph_demo.py