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
Max Moroz a24c958922 [Coverage] Update CSS to make HTML reports copy-paste friendly.
Summary:
This minor change allows to copy snippets from HTML reports so they
will be pasted in the following format:
%LineNumber%\t%HitCount%\t%CodeLine%

rather then being split onto multiple lines. To see this in action, try copy
pasting from https://chromium-coverage.appspot.com/reports/560344/linux/chromium/src/third_party/zlib/compress.c.html

Requested in https://bugs.chromium.org/p/chromium/issues/detail?id=845571

Reviewers: vsk

Reviewed By: vsk

Subscribers: llvm-commits, morehouse, kcc

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

llvm-svn: 333034
2018-05-22 22:40:14 +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 Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageExporter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageExporterJson.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageExporterJson.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageFilters.cpp [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. 2018-04-09 15:20:35 +00:00
CoverageFilters.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageReport.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageReport.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageSummaryInfo.cpp [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. 2017-10-18 23:58:28 +00:00
CoverageSummaryInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageViewOptions.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
gcov.cpp GCOV: Move GCOV from IR & Support into ProfileData to fix layering 2017-11-03 20:57:10 +00:00
llvm-cov.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LLVMBuild.txt
RenderingSupport.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageView.cpp [llvm-cov] Don't render empty region marker lines 2017-11-09 02:33:44 +00:00
SourceCoverageView.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageViewHTML.cpp [Coverage] Update CSS to make HTML reports copy-paste friendly. 2018-05-22 22:40:14 +00:00
SourceCoverageViewHTML.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageViewText.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageViewText.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
TestingSupport.cpp [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00