llvm-project/llvm/test/tools/llvm-cov
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
..
Inputs [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
gcov
binary-formats.c
branch-c-general.test
branch-export-json.test
branch-export-lcov.test
branch-logical-mixed.cpp
branch-macros.cpp
branch-noShowBranch.test
branch-showBranchPercentage.c
branch-templates.cpp
combine_expansions.cpp
comma-in-coverage-object-filename.test
compilation_dir.c
cov-comdat.test
coverage-prefix-map.test [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
coverage_watermark.test
deferred-region.cpp
demangle.test
dir-with-filtering.test
double_dots.c
export_functions-lcov.test
export_functions.test
hideUnexecutedSubviews.test
ifdef.c
ignore-filename-regex.test
lit.local.cfg
load-multiple-objects.test
misssing-profdata.test
multiple-files.test
multiple-objects-not-all-instrumented.test
multiple-objects.test
multithreaded-report.test
name_allowlist.test
name_whitelist.test
native_separators.c
path_equivalence.c
prefer_used_to_unused.h
prevent_false_instantiations.h
relative-dir.test [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
report.cpp
scan-directory.test
showExpansions.cpp
showHighlightedRanges.cpp
showLineExecutionCounts-lcov.test
showLineExecutionCounts.cpp
showProjectSummary.cpp
showRegionMarkers.cpp
showTabsHTML.cpp
showTemplateInstantiations.cpp
sources-specified.test
style.test
threads.c
tool-name.test
universal-binary.c [llvm-cov] Assume repeat architectures for universal binaries 2022-06-08 13:22:57 -07:00
universal_bin_wrapping_archives.test
warnings.h
zeroFunctionFile.c