Good afternoon,
I am reaching you from this page https://chromium.googlesource.com/chromium/src/+/lkgr/docs/writing_clang_plugins.md
because I am interested into writing a Clang plugin to perform reverse engineering on C++ code: I want to extract sequence diagram and statechart (let say from a specific implementation such as state design pattern) from C++ code.
Thanks in advance,
Regards,
Good afternoon,
I am reaching you from this page https://chromium.googlesource.com/chromium/src/+/lkgr/docs/writing_clang_plugins.md
because I am interested into writing a Clang plugin to perform reverse engineering on C++ code: I want to extract sequence diagram and statechart (let say from a specific implementation such as state design pattern) from C++ code.I would like to use Clang parser to create dot graph and render those in Doxygen.
How does that sound to you?