llvm-project/llvm/test/tools/llvm-cov/Inputs/relative_dir
Petr Hosek 0204fd25b0 [CoverageMapping] Remove dots from paths inside the profile
We already remove dots from collected paths and path mappings. This
makes it difficult to match paths inside the profile which contain
dots. For example, we would never match /path/to/../file.c because
the collected path is always be normalized to /path/file.c. This
change enables dot removal for paths inside the profile to address
the issue.

Differential Revision: https://reviews.llvm.org/D123164
2022-06-28 20:53:01 -07:00
..
header.h [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
main.c [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
main.covmapping [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
main.proftext [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00