Skip to content

Commit

Permalink
[Coverage] Clarify a function contract (NFC)
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282287 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vedantk committed Sep 23, 2016
1 parent 3de4fb3 commit 5438741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/llvm/ProfileData/Coverage/CoverageMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ class CoverageMapping {
/// can't be associated with any coverage information.
unsigned getMismatchedCount() { return MismatchedFunctionCount; }

/// \brief Returns the list of files that are covered.
/// \brief Returns a lexicographically sorted, unique list of files that are
/// covered.
std::vector<StringRef> getUniqueSourceFiles() const;

/// \brief Get the coverage for a particular file.
Expand Down

0 comments on commit 5438741

Please sign in to comment.