llvm/tools/llvm-cov
Vedant Kumar 61f5694c30 [llvm-cov] Hide instantiation views for unexecuted functions
Copying in the full text of the function doesn't help at all when we
already know that it's never executed. Just say that it's unexecuted --
the relevant source text has already been printed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281589 91177308-0d34-0410-b5e6-96231b3b80d8
2016-09-15 06:44:51 +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] Hide instantiation views for unexecuted functions 2016-09-15 06:44:51 +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] Handle native paths correctly in the text index 2016-09-09 17:37:11 +00:00
CoverageReport.h [llvm-cov] Add an API to prepare file reports (NFC) 2016-09-09 01:32:49 +00:00
CoverageSummaryInfo.cpp test commit 2016-07-22 09:20:21 +00:00
CoverageSummaryInfo.h
CoverageViewOptions.h [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version number>" in the coverage report. 2016-09-13 11:28:31 +00:00
gcov.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
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] Make a method name more accurate (NFC) 2016-09-15 04:45:59 +00:00
SourceCoverageView.h [llvm-cov] Make a method name more accurate (NFC) 2016-09-15 04:45:59 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Hide instantiation views for unexecuted functions 2016-09-15 06:44:51 +00:00
SourceCoverageViewHTML.h [llvm-cov] Make a method name more accurate (NFC) 2016-09-15 04:45:59 +00:00
SourceCoverageViewText.cpp [llvm-cov] Hide instantiation views for unexecuted functions 2016-09-15 06:44:51 +00:00
SourceCoverageViewText.h [llvm-cov] Make a method name more accurate (NFC) 2016-09-15 04:45:59 +00:00
TestingSupport.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00