A static analysis tool that uses Clang's tooling framework to export declaration trees for C/C++ projects.
This project contains the C++ exporter tool, which uses CppTool-proto to export the information to data files. Applications based on the CppTool-Lib java library can read these data files and navigate the declaration tree they produce.
- For a guide on how to set up the building environment, see Environment Setup
- For a guide on how to use the compiled tool, see Running CppTool
This project is MIT licensed.