mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
556771566c
Summary: This commit adds the following changes: 1) coverage numbers are aligned to the left and padded with spaces in order to provide better readability for percentage values, e.g.: ``` file1 | 89.13% (123 / 2323) | 100.00% (55 / 55) | 9.33% (14545 / 234234) file_asda | 1.78% ( 23 / 4323) | 32.31% (555 / 6555) | 67.89% (1545 / 2234) fileXXX | 100.00% (12323 / 12323) | 100.00% (555 / 555) | 100.00% (12345 / 12345) ``` 2) added "hover" attribute to CSS for highlighting table row under mouse cursor see screenshot attached to the phabricator review page {F5764813} 3) table title row and "totals" row now use bold text Reviewers: vsk, morehouse Reviewed By: vsk Subscribers: kcc, llvm-commits Differential Revision: https://reviews.llvm.org/D42093 llvm-svn: 323892 |
||
---|---|---|
.. | ||
Inputs | ||
binary-formats.c | ||
combine_expansions.cpp | ||
copy_block_helper.m | ||
cov-comdat.test | ||
deferred-region.cpp | ||
demangle.test | ||
dir-with-filtering.test | ||
double_dots.c | ||
gcov47_compatibility.cpp | ||
hideUnexecutedSubviews.test | ||
ifdef.c | ||
lit.local.cfg | ||
llvm-cov.test | ||
load-multiple-objects.test | ||
multiple-files.test | ||
multiple-objects.test | ||
multithreaded-report.test | ||
name_whitelist.test | ||
native_separators.c | ||
path_equivalence.c | ||
prefer_used_to_unused.h | ||
prevent_false_instantiations.h | ||
range_based_for.cpp | ||
report.cpp | ||
scan-directory.test | ||
showExpansions.cpp | ||
showHighlightedRanges.cpp | ||
showLineExecutionCounts.cpp | ||
showProjectSummary.cpp | ||
showRegionMarkers.cpp | ||
showTabsHTML.cpp | ||
showTemplateInstantiations.cpp | ||
sources-specified.test | ||
style.test | ||
threads.c | ||
universal-binary.c | ||
warnings.h | ||
zeroFunctionFile.c |