about summary refs log tree commit diff
path: root/tests/coverage/unused-local-file.coverage
AgeCommit message (Collapse)AuthorLines
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-7/+0
This reverts commit 3b22c21dd8c30f499051fe7a758ca0e5d81eb638, reversing changes made to 5f292eea6d63abbd26f1e6e00a0b8cf21d828d7d.
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-0/+7
This case can't actually happen yet (other than via a testing flag), because currently all of a function's spans must belong to the same file and expansion. But this will be an important edge case when adding expansion region support.