summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/combine_expansions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Swapped the line and count columns.Ying Yi2016-08-091-12/+12
| | | | | | | | | In the coverage report, the line and count columns have been swapped to make it more readable. A follow-up commit in compiler-rt is needed Differential Revision: https://reviews.llvm.org/D23281 llvm-svn: 278152
* [Coverage] Combine counts of expansion regions if there are no code regions ↵Igor Kudrin2016-05-051-0/+26
for the same area. Differential Revision: http://reviews.llvm.org/D18831 llvm-svn: 268620
OpenPOWER on IntegriCloud