straywriter / ClangASTViewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clang AST Viewer

Introduce

  • Analyze C++ code using libclang to display AST structure
  • After downloading the source code, it is easy to build using cmake. So far, it has only been successfully tested on Windows 10, and a Release version has been released
  • There is some interaction
  • Any questions can be raised in Issues

ScreenShot

image-20210904111409004

ee

gg

External dependencies

  • imgui
  • glad
  • glfw
  • libclang
  • ...

About


Languages

Language:C++ 92.4%Language:C 6.3%Language:CMake 1.3%