llvm/tools/llvm-cov
Ying Yi 1461e992f9 [llvm-cov] Add the project summary to each source file coverage report.
This patch includes the following changes:
- Included header "Code coverage report" and include the date that the report was created.
- Included title (as specified in a command line option, (i.e llvm-cov  -project-title="Simple Test")
- In the summary, list the elf files that the source code file has contributed to.
- Used column heading for "Line No.", "Count No.", Source".

Differential Revision: https://reviews.llvm.org/D23345

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279628 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-24 14:27:23 +00:00
..
CMakeLists.txt Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
CodeCoverage.cpp [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
CoverageExporterJson.cpp [llvm-cov] Escape '\' in strings when emitting JSON 2016-07-27 04:08:32 +00:00
CoverageFilters.cpp
CoverageFilters.h
CoverageReport.cpp [llvm-cov] - Add the coverage of lines in the summary report. 2016-07-22 12:46:13 +00:00
CoverageReport.h [llvm-cov] Avoid copying file paths multiple times (NFC) 2016-06-28 16:12:18 +00:00
CoverageSummaryInfo.cpp test commit 2016-07-22 09:20:21 +00:00
CoverageSummaryInfo.h
CoverageViewOptions.h [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
gcov.cpp
llvm-cov.cpp Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
LLVMBuild.txt
RenderingSupport.h NFC, add an "end namespace" comment for consistency 2016-06-23 16:27:08 +00:00
SourceCoverageView.cpp [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
SourceCoverageView.h [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
SourceCoverageViewHTML.h [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
SourceCoverageViewText.cpp [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
SourceCoverageViewText.h [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
TestingSupport.cpp