Skip to content

shaochuan/clang-tools

Repository files navigation

clang-tools

A tool that visualizes inheritance relations between classes in C++.

Dependencies

  1. brew install graphviz
  2. sudo pip install pygraphviz

How to Run?

  1. Running simple_inherit_graph_demo.py
$ git clone https://github.com/shaochuan/clang-tools.git
$ cd clang-tools
$ python simple_inherit_graph_demo.py

  1. Running v8 example
$ ./pull_submod.sh
$ python v8_inherit_graph_demo.py

About

A tool that visualizes inheritance relations in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages