llvm-cov: Fix an issue with showing regions but not counts
[oota-llvm.git] / tools / llvm-cov / SourceCoverageView.h
index 37d4027a56871d6d721b5315e2598676ebed752d..362ff1a4cbd061930d578fe43ad5d31db70e8f88 100644 (file)
@@ -119,6 +119,9 @@ private:
   std::vector<RegionMarker> Markers;
   StringRef FunctionName;
 
+  /// \brief Initialize the visible source range for this view.
+  void setUpVisibleRange(SourceCoverageDataManager &Data);
+
   /// \brief Create the line coverage information using the coverage data.
   void createLineCoverageInfo(SourceCoverageDataManager &Data);