summary refs log tree commit diff
path: root/tests/coverage/unicode.cov-map
AgeCommit message (Collapse)AuthorLines
2024-02-16coverage: Discard spans that fill the entire function bodyZalathar-8/+0
When we try to extract coverage-relevant spans from MIR, sometimes we see MIR statements/terminators whose spans cover the entire function body. Those spans tend to be unhelpful for coverage purposes, because they often represent compiler-inserted code, e.g. the implicit return value of `()`.
2024-01-08coverage: `llvm-cov` expects column numbers to be bytes, not code pointsZalathar-11/+11
2024-01-08coverage: Test for column numbers involving non-ASCII charactersZalathar-0/+53