1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-cov
Justin Bogner 1d18b8789a llvm-cov: Fix dropped lines when filters were applied
Uncovered lines in the middle of a covered region weren't being shown
when filtering to a particular function.

llvm-svn: 218109
2014-09-19 08:13:16 +00:00
..
CMakeLists.txt llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
CodeCoverage.cpp llvm-cov: Generalize -filename-equivalence 2014-09-19 08:13:12 +00:00
CoverageFilters.cpp llvm-cov: Remove dead code 2014-09-08 19:51:21 +00:00
CoverageFilters.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageReport.cpp llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
CoverageReport.h llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
CoverageSummary.cpp llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageSummary.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageSummaryInfo.cpp llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC) 2014-09-09 05:32:14 +00:00
CoverageSummaryInfo.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageViewOptions.h llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
gcov.cpp llvm-cov: move the gcov code into a separate file. 2014-07-28 18:03:51 +00:00
llvm-cov.cpp Alternative (to r216344) fix of gcc -Wpedantic. 2014-09-18 11:52:57 +00:00
LLVMBuild.txt llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
Makefile llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
RenderingSupport.h llvm-cov: Rework the API for getting the coverage of a file (NFC) 2014-09-17 18:23:47 +00:00
SourceCoverageDataManager.cpp llvm-cov: Rework the API for getting the coverage of a file (NFC) 2014-09-17 18:23:47 +00:00
SourceCoverageDataManager.h llvm-cov: Rework the API for getting the coverage of a file (NFC) 2014-09-17 18:23:47 +00:00
SourceCoverageView.cpp llvm-cov: Fix dropped lines when filters were applied 2014-09-19 08:13:16 +00:00
SourceCoverageView.h llvm-cov: Rework the API for getting the coverage of a file (NFC) 2014-09-17 18:23:47 +00:00
TestingSupport.cpp llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00