<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>There's not currently a great way to do it. There's an internal option named "-analyzer-output" which accepts the value "text", but the display is currently broken in that path notes aren't attached to their associated warnings. This wouldn't be too hard to fix, but no one's gotten around to it yet.</div><div><br></div><div>You could cheat by preprocessing the source first and then analyzing <i>that</i>,<i> </i>but the resulting syntax-colored HTML file is usually <i>massive,</i> bogging down many browsers.</div><div><br></div><div>Basically, no one's put in the effort for this. ...patches welcome?</div><div><br></div><div>Sorry,</div><div>Jordan</div><div><br></div><br><div><div>On Jul 1, 2013, at 12:48 , Óscar Fuentes <<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">A known limitation of the html output of scan-build is that it ignores<br>warnings whose paths spans more than one file [1]<br><br>Is there a way of obtaining the path associated to a warning when it<br>spans multiple files?<br><br>[1] <a href="http://llvm.org/bugs/show_bug.cgi?id=16489">http://llvm.org/bugs/show_bug.cgi?id=16489</a><br><br>_______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br></body></html>