[analyzer] Fix filename in cross-file HTML report
authorMalcolm Parsons <malcolm.parsons@gmail.com>
Wed, 2 May 2018 14:26:12 +0000 (14:26 +0000)
committerMalcolm Parsons <malcolm.parsons@gmail.com>
Wed, 2 May 2018 14:26:12 +0000 (14:26 +0000)
commit099e4b2a9228e83725454cbebf7b3cf80c5613f6
tree8bf945edc913e119f36895bfbcfe3bc9b9cb7d1e
parent86d9f23dedf0dca149ea6d15e706f7b0de8b72ed
[analyzer] Fix filename in cross-file HTML report

Summary:
The filename is currently taken from the start of the path, while the
line and column are taken from the end of the path.
This didn't matter until cross-file path reporting was added.

Reviewers: george.karpenkov, dcoughlin, vlad.tsyrklevich

Reviewed By: george.karpenkov, vlad.tsyrklevich

Subscribers: xazax.hun, szepet, a.sidorin, cfe-commits

Differential Revision: https://reviews.llvm.org/D45611

llvm-svn: 331361
clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
clang/test/Coverage/html-multifile-diagnostics.c