[PATCH] D30406: [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output

Vlad Tsyrklevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 12:15:12 PST 2017


vlad.tsyrklevich added a comment.

Here's an example 3 file report from the Linux source: https://cdn.rawgit.com/vlad902/73bd32181151f2f0b07fa501a0f0b627/raw/0106f09cdb0d045b757de3d71ffffddc58072d33/report2.html

It's not as immediately clear this is a multi-file output. Ideas to improve this could include anchor tags in the header for every file included, or augmenting the line count to something like '$FILE:$LINE' instead. I'm open to suggestions on this front.


https://reviews.llvm.org/D30406





More information about the cfe-commits mailing list