Fix an accidental side effect of r314310 (https://reviews.llvm.org/D38280) where the coverage title was being written to stdout when filtering without an output directory.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D38507
[llvm-cov] Fix showing title when filtering and not outputting to a directory ClosedPublic Authored by seaneveson on Oct 3 2017, 8:35 AM.
Details Summary Fix an accidental side effect of r314310 (https://reviews.llvm.org/D38280) where the coverage title was being written to stdout when filtering without an output directory.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 3 2017, 10:59 AM Closed by commit rL314885: [llvm-cov] Fix showing title when filtering and not outputting to a directory (authored by seaneveson). · Explain WhyOct 4 2017, 1:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117546 test/tools/llvm-cov/showProjectSummary.cpp
tools/llvm-cov/CodeCoverage.cpp
|