[cfe-dev] How to bind the entry point of a CFG
Ijaz Ahmed via cfe-dev
cfe-dev at lists.llvm.org
Sun Oct 27 00:14:10 PDT 2019
Dear Member,
I am new to clang framework. I am trying to bind the entry points of CFG by
using below code.
StatementMatcher BBlock= CFGBlock(expr().bind("entrypoint"));
The code giving me errors. Please guide me, how can I bind entry and exit
points of CFG of a program.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20191027/e3ca90d8/attachment.html>
More information about the cfe-dev
mailing list