From: Vedant Kumar Date: Fri, 23 Sep 2016 20:13:44 +0000 (+0000) Subject: [Coverage] Clarify a function contract (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54387416945fec115cde9912be0574544fedf7af;p=llvm [Coverage] Clarify a function contract (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282287 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ProfileData/Coverage/CoverageMapping.h b/include/llvm/ProfileData/Coverage/CoverageMapping.h index 7c4c6d61700..3d0c3d30d79 100644 --- a/include/llvm/ProfileData/Coverage/CoverageMapping.h +++ b/include/llvm/ProfileData/Coverage/CoverageMapping.h @@ -441,7 +441,8 @@ public: /// 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 getUniqueSourceFiles() const; /// \brief Get the coverage for a particular file.