/clang-ast-tools

Python scripts for traversing Clang ASTs

Primary LanguagePython

Clang AST Tools

A collection of Python scripts for working with the JSON format of Clang's abstract syntax tree (AST).

Requires a compilation database for generating the AST. I use bear to do this for non-CMake projects.