vladak / clang-ast-tools

Python scripts for traversing Clang ASTs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python scripts for traversing Clang ASTs


Languages

Language:Python 100.0%