[cfe-dev] how to get the CFG information in the StaticAnalyzer of Clang?

Anna Zaks ganna at apple.com
Thu Dec 15 10:25:10 PST 2011


Hi,

What exactly are you trying to do? StaticAnalyzer already has access to CFG (Ex see: AnalysisDeclContext::getCFG()).

Anna.

On Dec 15, 2011, at 12:29 AM, redder_0210 wrote:

> Dear All,
> I am intrested in how to get cfg information in the StaticAnalyzer of Clang.Because I want to deal with the CFG to do some analysis.But how to translate from the ASTConsumer to the CFG StaticAnalyzer  in the confuses me.
> So, could you tell me that how it works from the ASTConsumer to CFG?
> Thanks.
> --- By Redder
> 
> 
> 
> 
> 
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111215/d71eaad4/attachment.html>


More information about the cfe-dev mailing list