1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/tools/llvm-cov
Alex Lorenz 11e1f2366f [llvm-cov] Avoid 0% when reporting something that's 0/0
This commit makes llvm-cov avoid showing 0% (0/0) coverage for things
like file function coverage, etc. in reports and HTML output. This can happen
for files like headers that have macros but no functions. This commit makes
llvm-cov report - (0/0) instead.

rdar://29246480

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

llvm-svn: 287539
2016-11-21 14:00:04 +00:00
..
Inputs [llvm-cov] Avoid 0% when reporting something that's 0/0 2016-11-21 14:00:04 +00:00
binary-formats.c [llvm-cov] Swapped the line and count columns. 2016-08-09 19:53:35 +00:00
combine_expansions.cpp [llvm-cov] Swapped the line and count columns. 2016-08-09 19:53:35 +00:00
copy_block_helper.m
cov-comdat.test
demangle.test [llvm-cov] Demangle names for hidden instantiation views 2016-09-20 21:27:48 +00:00
double_dots.c [llvm-cov] Use the native path in the coverage report. 2016-08-30 07:01:37 +00:00
gcov47_compatibility.cpp
hideUnexecutedSubviews.test [llvm-cov] Track function and instantiation coverage separately 2016-09-19 00:38:23 +00:00
lit.local.cfg
llvm-cov.test
load-multiple-objects.test [llvm-cov] Add support for loading coverage from multiple objects 2016-10-25 17:40:55 +00:00
multiple-files.test [llvm-cov] Drop the longest common filename prefix from summaries 2016-09-08 00:56:43 +00:00
native_separators.c [llvm-cov] Do not print out the filename of the object file 2016-10-25 00:08:33 +00:00
prefer_used_to_unused.h [llvm-cov] Swapped the line and count columns. 2016-08-09 19:53:35 +00:00
prevent_false_instantiations.h
range_based_for.cpp
report.cpp [llvm-cov] Filter away source files that aren't in the coverage mapping 2016-09-23 18:57:35 +00:00
scan-directory.test [llvm-cov] Get rid of all invalid filename references 2016-09-23 18:57:32 +00:00
showExpansions.cpp Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
showHighlightedRanges.cpp [llvm-cov] Fix issues with segment highlighting in the html view 2016-09-08 19:18:23 +00:00
showLineExecutionCounts.cpp [llvm-cov] Turn line numbers in html reports into clickable links 2016-11-02 19:44:13 +00:00
showProjectSummary.cpp [llvm-cov] Fix tests that aren't checking anything (NFC) 2016-09-15 04:41:37 +00:00
showRegionMarkers.cpp Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
showTabsHTML.cpp [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report. 2016-08-04 10:39:43 +00:00
showTemplateInstantiations.cpp [llvm-cov] Turn line numbers in html reports into clickable links 2016-11-02 19:44:13 +00:00
style.test [llvm-cov] Minor visual tweaks for html reports 2016-09-10 19:37:20 +00:00
universal-binary.c [llvm-cov] Add support for loading coverage from multiple objects 2016-10-25 17:40:55 +00:00
warnings.h
zeroFunctionFile.c [llvm-cov] Avoid 0% when reporting something that's 0/0 2016-11-21 14:00:04 +00:00