From b2edd11f30430e6a813aee49638b6cd74668ec29 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Thu, 15 Sep 2016 04:45:59 +0000 Subject: [llvm-cov] Make a method name more accurate (NFC) llvm-svn: 281581 --- llvm/tools/llvm-cov/SourceCoverageView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 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 68e8251..129c590 100644 --- a/llvm/tools/llvm-cov/SourceCoverageView.h +++ b/llvm/tools/llvm-cov/SourceCoverageView.h @@ -240,9 +240,9 @@ protected: virtual void renderInstantiationView(raw_ostream &OS, InstantiationView &ISV, unsigned ViewDepth) = 0; - /// \brief Render the project title, the report title \p CellText and the - /// created time for the view. - virtual void renderCellInTitle(raw_ostream &OS, StringRef CellText) = 0; + /// \brief Render \p Title, a project title if one is available, and the + /// created time. + virtual void renderTitle(raw_ostream &OS, StringRef CellText) = 0; /// \brief Render the table header for a given source file. virtual void renderTableHeader(raw_ostream &OS, unsigned FirstUncoveredLineNo, -- cgit v1.1