llvm-project
653f8158 - [llvm-cov] Add FileID to MCDC records of the json code coverage export (#145236)

Commit
178 days ago
[llvm-cov] Add FileID to MCDC records of the json code coverage export (#145236) At the moment MCDC Record contains ExpandedFileID. If FileID != ExpandedFileID, the record's lines LineStart and LineEnd relate to the `FileID` file, but the record doesn't contain this id. So we can't distinguish multiple MCDC records with the same lines and columns, but different FileIDs. This adds FileID to MCDC records as it is done for regions and branches.
Author
Parents
Loading