Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 541 Bytes

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
  • ...