You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Resources
Jonas Devlieghere's Blog
Intro to ClangAST
AST Matchers
The text was updated successfully, but these errors were encountered: