summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/multiple-files.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov[ Fix lcov coverage report contains functions from other ↵Max Moroz2019-06-281-0/+12
| | | | | | | | | | | | | | | | | | compilation units. Summary: Patch by Chuan Qiu (@eagleonhill). Reviewers: Dor1s Reviewed By: Dor1s Subscribers: lebedev.ri, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63571 llvm-svn: 364653
* [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