Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 283 Bytes

Clang AST Filter

Quick-and-dirty utility for dumping a Clang AST to JSON with system headers filtered out.

Requires clang and json

Make sure that nlohmann/json.hpp is in your include path.

Usage:

make
./ast-filter <file-to-dump>