| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [llvm-cov] Strip redundant path components from filenames (fix PR31982) | Vedant Kumar | 2017-02-23 | 1 | -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 summaries | Vedant Kumar | 2016-09-08 | 1 | -0/+9 |
| Remove the longest common prefix from filenames when printing coverage summaries. This makes them easier to compare. llvm-svn: 280895 | |||||

