summary refs log tree commit diff
path: root/tests/coverage/mcdc/nested_if.cov-map
AgeCommit message (Collapse)AuthorLines
2024-10-11coverage: Include the highest counter ID seen in `.cov-map` dumpsZalathar-0/+4
When making changes that have a large impact on coverage counter creation, this makes it easier to see whether the number of physical counters has changed. (The highest counter ID seen in coverage maps is not necessarily the same as the number of physical counters actually used by the instrumented code, but it's the best approximation we can get from looking only at the coverage maps, and it should be reasonably accurate in most cases.)
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-13/+13
2024-09-18Update the minimum external LLVM to 18Josh Stone-8/+8
2024-07-30Bless coverage/mcdc for line number changesJosh Stone-8/+8
2024-07-09coverage. Group mcdc tests in one directoryzhuyunxing-0/+201