logoalt Hacker News

Show HN: Anyone interested in a tool helps to explore C++ ASTs

23 pointsby leomicvlast Thursday at 7:53 PM2 commentsview on HN

I built this software to help users who need to do static code analysis for C/C++ codebase. This can help you to explore the ASTs interactively. It can replace the Clang ast dump completely and also you can search the code/ASTs in a structual way. For example you can search a function which matches specific name or number of paremeters.


Comments

mohamedkoubaatoday at 1:24 AM

Is this based on or otherwise related to kythe?

leomicvlast Thursday at 11:26 PM

This is the repo: https://github.com/uvic-aurora/acav

Feel free to leave a comment if you have any questions. Thanks!

dundunUptoday at 1:14 AM

[flagged]