[llvm-cov] Adjust column widths for function and file reports
authorVedant Kumar <vsk@apple.com>
Wed, 21 Oct 2015 16:03:32 +0000 (16:03 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 21 Oct 2015 16:03:32 +0000 (16:03 +0000)
commitf890225b786ddf6845bdfbdc9ba4a6f9f00645b1
treeead155aead15341629ba8507fd38eb1fc4d6d2b5
parent49d94c2d2df85a4bebe6523459db02586ec289e8
[llvm-cov] Adjust column widths for function and file reports

Previously, we only expanded function and filename column widths when
rendering file reports. This commit makes the change for function
reports as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250900 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cov/CoverageReport.cpp