<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>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)?</div>
</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Chris</div>
</body>
</html>