aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Compiler.cpp
diff options
context:
space:
mode:
authorRoman Beliaev <belyaevrd@yandex.ru>2025-07-08 17:56:57 +0300
committerGitHub <noreply@github.com>2025-07-08 09:56:57 -0500
commit653f81587fd2756b90a856ec8079f95b57d66cc3 (patch)
tree241f231f8884444f3265ce789dc2b23dd1be308d /clang/lib/AST/ByteCode/Compiler.cpp
parent4a68562e9aef03b7ffcc1761809522d71e965835 (diff)
downloadllvm-653f81587fd2756b90a856ec8079f95b57d66cc3.zip
llvm-653f81587fd2756b90a856ec8079f95b57d66cc3.tar.gz
llvm-653f81587fd2756b90a856ec8079f95b57d66cc3.tar.bz2
[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.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions