[cfe-dev] HTML checker diagnostics

Andrew McGregor andrewmcgr at gmail.com
Wed Jul 7 20:44:08 PDT 2010


When running static analysis with HTML output, the report files and memory
usage during report generation can be enormous.  For example, I have some
files of around 15000 lines that cannot have their scan reports output on a
32 bit machine due to running out of address space, which seems a little
ridiculous.

Wouldn't it be better if we only outputted HTML for the function(s) that
were touched by the reported paths, rather than the whole file?  Or, is
there some other way to reduce the memory consumption of the rewriter?

Unfortunately, I'm making no headway on how to do that as I don't really
understand the intent of the rewriting code...

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100708/7f1c4ac2/attachment.html>


More information about the cfe-dev mailing list