Zalathar
4d5a1acebf
coverage: Only merge adjacent coverage spans
...
This also removes some manipulation of the function signature span that only
made sense in the context of merging non-adjacent spans.
2025-05-06 20:42:25 +10:00
Zalathar
c53a76743c
coverage-dump: Dump filenames instead of global file IDs (and bless)
2025-05-06 11:58:58 +10:00
Josh Stone
12167d7064
Update the minimum external LLVM to 19
2025-04-05 11:44:38 -07:00
Zalathar
87c2f9a5be
Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser"
...
This reverts commit 1d35638dc3
, reversing
changes made to f23a80a4c2
.
2024-12-23 12:30:37 +11:00
ltdk
cb487cc2fa
Stabilize #[coverage] attribute
2024-12-16 21:07:06 -05:00
Zalathar
ac815ff6b0
coverage: Prefer to visit nodes whose predecessors have been visited
2024-12-07 12:13:12 +11:00
Zalathar
44e4e4515c
coverage: Add an extra "transcribe" step after counter creation
2024-12-04 17:50:52 +11:00
Zalathar
3c30fe3423
coverage: Restrict empty-span expansion to only cover {
and }
2024-11-08 20:43:08 +11:00
Zalathar
599f95ecc2
coverage: Include the highest counter ID seen in .cov-map
dumps
...
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-11 21:04:37 +11:00
zhuyunxing
6e3e19f714
coverage. Adapt to mcdc mapping formats introduced by llvm 19
2024-10-08 11:15:24 +08:00
Josh Stone
6fd8a50680
Update the minimum external LLVM to 18
2024-09-18 13:53:31 -07:00
Josh Stone
33a36ea438
Bless coverage/mcdc for line number changes
2024-07-30 18:25:05 -07:00
zhuyunxing
4f6140258f
coverage. Group mcdc tests in one directory
2024-07-09 14:28:40 +08:00