From 54387416945fec115cde9912be0574544fedf7af Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 23 Sep 2016 20:13:44 +0000 Subject: [PATCH] [Coverage] Clarify a function contract (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282287 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ProfileData/Coverage/CoverageMapping.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.50.1