[cfe-dev] Can Clang Static Analyzer's plist output include the file path?

Chris Ellsworth Chris.Ellsworth at avi.com
Fri Aug 2 22:07:05 PDT 2013


I'm looking to ingest the source of an application along with the Static Analyzer's output (scan-build -plist make) for that source. Plist seems like the logical output format since the report will be read programmatically, but I'm worried because it only shows file names, not paths. If there are two files within a source tree with the same name, it will be difficult to tell which plist goes with which file. Is there a way to get the path to the file in the plist, maybe similar to the way it is presented in the HTML output (relative to the directory that scan-build ran from)?

Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130803/4a2f4b21/attachment.html>


More information about the cfe-dev mailing list