This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b403b76 [InstCombine] add assert and explanatory comment for fold rem [...] new 1461e99 [llvm-cov] Add the project summary to each source file covera [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../llvm-cov/Inputs/showProjectSummary.covmapping | Bin 0 -> 144 bytes ...e_dots.proftext => showProjectSummary.proftext} | 6 +- test/tools/llvm-cov/showProjectSummary.cpp | 46 ++++++++++ test/tools/llvm-cov/showTemplateInstantiations.cpp | 8 +- tools/llvm-cov/CodeCoverage.cpp | 36 ++++++-- tools/llvm-cov/CoverageViewOptions.h | 9 ++ tools/llvm-cov/SourceCoverageView.cpp | 19 ++-- tools/llvm-cov/SourceCoverageView.h | 20 ++++- tools/llvm-cov/SourceCoverageViewHTML.cpp | 99 ++++++++++++++++++--- tools/llvm-cov/SourceCoverageViewHTML.h | 13 ++- tools/llvm-cov/SourceCoverageViewText.cpp | 21 ++++- tools/llvm-cov/SourceCoverageViewText.h | 13 ++- 12 files changed, 248 insertions(+), 42 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/showProjectSummary.covmapping copy test/tools/llvm-cov/Inputs/{double_dots.proftext => showProjectSummary.profte [...] create mode 100644 test/tools/llvm-cov/showProjectSummary.cpp