[cfe-dev] C++ analysis with Clang?

Ted Kremenek kremenek at apple.com
Tue Jun 5 14:17:17 PDT 2012


On Jun 4, 2012, at 4:39 PM, Anna Zaks <ganna at apple.com> wrote:

>> Also, is either of these formats meant to be read back in?  In case we end up needing more detail in our whole program analyses.
>> 
> No. I don't think we have any CFG serialization mechanisms.

There is no need to serialize the CFGs, as they can be constructed directly from the ASTs (and depend on the ASTs).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120605/84a61993/attachment.html>


More information about the cfe-dev mailing list