From b1c174aa1c2a4a903b728625f646d075a861ece4 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Sat, 10 Sep 2016 19:37:26 +0000 Subject: [llvm-cov] Move the 'jump to first unexecuted line' link Having it in the same row as the source name is jarring. Move it next to the "Source" column label. llvm-svn: 281146 --- llvm/tools/llvm-cov/SourceCoverageView.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/tools/llvm-cov/SourceCoverageView.h') diff --git a/llvm/tools/llvm-cov/SourceCoverageView.h b/llvm/tools/llvm-cov/SourceCoverageView.h index b1bbff8e804..68e8251e9b8 100644 --- a/llvm/tools/llvm-cov/SourceCoverageView.h +++ b/llvm/tools/llvm-cov/SourceCoverageView.h @@ -196,8 +196,7 @@ protected: virtual void renderViewFooter(raw_ostream &OS) = 0; /// \brief Render the source name for the view. - virtual void renderSourceName(raw_ostream &OS, bool WholeFile, - unsigned FirstUncoveredLineNo) = 0; + virtual void renderSourceName(raw_ostream &OS, bool WholeFile) = 0; /// \brief Render the line prefix at the given \p ViewDepth. virtual void renderLinePrefix(raw_ostream &OS, unsigned ViewDepth) = 0; @@ -245,8 +244,9 @@ protected: /// created time for the view. virtual void renderCellInTitle(raw_ostream &OS, StringRef CellText) = 0; - /// \brief Render the table header for a given source file - virtual void renderTableHeader(raw_ostream &OS, unsigned IndentLevel = 0) = 0; + /// \brief Render the table header for a given source file. + virtual void renderTableHeader(raw_ostream &OS, unsigned FirstUncoveredLineNo, + unsigned IndentLevel) = 0; /// @} -- cgit v1.2.3