Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Native Integration of Clang #2

Open
2 tasks
vortex73 opened this issue Oct 17, 2024 · 1 comment
Open
2 tasks

feat: Native Integration of Clang #2

vortex73 opened this issue Oct 17, 2024 · 1 comment

Comments

@vortex73
Copy link

vortex73 commented Oct 17, 2024

With the present arrangement, one must run the clang command to first generate the ast-dump and then pass that to the plotter. This issue proposes a way to merge both under one umbrella sourcefile.

  • Use LLVM's APIs to write code to generate the ClangAST for a given codefile.
  • Pass this output into the existing AST Visualizer.

Resources

Jonas Devlieghere's Blog
Intro to ClangAST
AST Matchers

@bunsamosa-bot
Copy link

bunsamosa-bot bot commented Oct 17, 2024

Thank you for opening this issue! A Maintainer will review it soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant