<br><br><div class="gmail_quote">On Sat Nov 15 2014 at 10:24:15 AM Markus Elfring <<a href="mailto:Markus.Elfring@web.de">Markus.Elfring@web.de</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> AST access is well-integrated in libtooling, CFG access less so (I haven't written a tool<br>
> that uses the CFG, but given that the CFG is used for Clang's diagnostics, I'd imagine<br>
> it's not too hard to use from a libTooling based tool).<br>
<br>
Will the application programming interface be improved for the efficient and safe analysis<br>
of control flow graphs?<br></blockquote><div><br></div><div>You can already do this, although it's not made particularly easy yet - generally the static analyzer is just a bunch of frontend action - you can look at what ClangTidy does and how it interfaces with static analyzer checks (it basically glues all the stuff together)...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards,<br>
Markus<br>
</blockquote></div>