llvm-project/llvm/tools/llvm-cov
Vedant Kumar 933b37f99f [llvm-cov] Unify region marker placement between text/html modes
Make sure that the text and html emitters always emit the same set of
region markers, and avoid emitting redundant markers for line segments
which don't end on the line they start on.

This is related to D35925, and depends on D36014

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

llvm-svn: 312813
2017-09-08 18:44:46 +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] Unify region marker placement between text/html modes 2017-09-08 18:44:46 +00:00
CoverageExporterJson.cpp [llvm-cov] Do not print out the filename of the object file 2016-10-25 00:08:33 +00:00
CoverageFilters.cpp [llvm-cov] Read in function names for filtering from a text file. 2017-08-31 09:11:31 +00:00
CoverageFilters.h [llvm-cov] Read in function names for filtering from a text file. 2017-08-31 09:11:31 +00:00
CoverageReport.cpp [llvm-cov] Rearrange entries in report index. 2017-08-09 20:43:31 +00:00
CoverageReport.h [llvm-cov] Demangle symbols in function summaries (fixes PR31394) 2017-02-05 20:11:03 +00:00
CoverageSummaryInfo.cpp [Coverage] Add an API to retrive all instantiations of a function (NFC) 2017-08-02 23:35:25 +00:00
CoverageSummaryInfo.h [Coverage] Add an API to retrive all instantiations of a function (NFC) 2017-08-02 23:35:25 +00:00
CoverageViewOptions.h [llvm-cov] Unify region marker placement between text/html modes 2017-09-08 18:44:46 +00:00
LLVMBuild.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
RenderingSupport.h NFC, add an "end namespace" comment for consistency 2016-06-23 16:27:08 +00:00
SourceCoverageView.cpp [llvm-cov] Unify region marker placement between text/html modes 2017-09-08 18:44:46 +00:00
SourceCoverageView.h [llvm-cov] Unify region marker placement between text/html modes 2017-09-08 18:44:46 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Unify region marker placement between text/html modes 2017-09-08 18:44:46 +00:00
SourceCoverageViewHTML.h [llvm-cov] Rearrange entries in report index. 2017-08-09 20:43:31 +00:00
SourceCoverageViewText.cpp [llvm-cov] Unify region marker placement between text/html modes 2017-09-08 18:44:46 +00:00
SourceCoverageViewText.h [llvm-cov] Get rid of all invalid filename references 2016-09-23 18:57:32 +00:00
TestingSupport.cpp [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00
gcov.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
llvm-cov.cpp Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00