[PATCH] Code coverage tool that uses the new coverage mapping format and clang's instrumentation based profiling data

Alex Lorenz arphaman at gmail.com
Fri Jul 25 11:31:32 PDT 2014


Split the patch and updated it to be based on http://reviews.llvm.org/D4673.
Added some minor fixes.

http://reviews.llvm.org/D4445

Files:
  tools/llvm-cov/CMakeLists.txt
  tools/llvm-cov/CodeCoverage.cpp
  tools/llvm-cov/CoverageFilters.cpp
  tools/llvm-cov/CoverageFilters.h
  tools/llvm-cov/CoverageReport.cpp
  tools/llvm-cov/CoverageReport.h
  tools/llvm-cov/CoverageSummary.cpp
  tools/llvm-cov/CoverageSummary.h
  tools/llvm-cov/CoverageSummaryInfo.cpp
  tools/llvm-cov/CoverageSummaryInfo.h
  tools/llvm-cov/CoverageViewOptions.h
  tools/llvm-cov/FunctionCoverageMapping.h
  tools/llvm-cov/LLVMBuild.txt
  tools/llvm-cov/Makefile
  tools/llvm-cov/SourceCoverageDataManager.cpp
  tools/llvm-cov/SourceCoverageDataManager.h
  tools/llvm-cov/SourceCoverageView.cpp
  tools/llvm-cov/SourceCoverageView.h
  tools/llvm-cov/SourceLanguages.cpp
  tools/llvm-cov/SourceLanguages.h
  tools/llvm-cov/llvm-cov.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4445.11889.patch
Type: text/x-patch
Size: 93369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140725/1b6ec22f/attachment.bin>


More information about the llvm-commits mailing list