[cfe-dev] Building and inspecting CFGs

shr dev via cfe-dev cfe-dev at lists.llvm.org
Mon May 23 12:28:39 PDT 2016


Hi everyone,

I am trying to build a C static analysis tool and in order to make some
procedures I need to build Control Flow Graphs. I am using clang for
parsing the c files and building the AST, in particular I am working with
python bindings. I was wondering if there is any way to build and interact
with a Control Flow Graph in the same way I can do it throught the AST with
pyhton bindings.
I inspected the files and I realized that with python bindings this is not
possible (maybe I am wrong since I am a little newbie). Maybe exist another
way to do it, can you help me with that?

Thank you so much, I hope this is the right place for this type of
questions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160523/2773c559/attachment.html>


More information about the cfe-dev mailing list