Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Building control flow graph for C/C++ code using CDT

Hi

I want to build a control flow graph of a C/C++ code snippet. I can get the IASTTranslationUnit and can also visit each node in the AST.  However, I could not find any code to generate a CFG for the same code. Can you please help?

--
Thanks 
Ridhi 



Back to the top