summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/multiple-files.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar2017-02-231-7/+13
| | | | | | | | | Instead of stripping the longest common prefix off of the filenames in a report, strip out the longest chain of redundant path components. This fixes the case in PR31982, where there are two files with the same prefix, and stripping out the LCP makes things less intelligible. llvm-svn: 296029
* [llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar2016-09-081-0/+9
Remove the longest common prefix from filenames when printing coverage summaries. This makes them easier to compare. llvm-svn: 280895
OpenPOWER on IntegriCloud