[llvm] r282287 - [Coverage] Clarify a function contract (NFC)
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 13:13:44 PDT 2016
Author: vedantk
Date: Fri Sep 23 15:13:44 2016
New Revision: 282287
URL: http://llvm.org/viewvc/llvm-project?rev=282287&view=rev
Log:
[Coverage] Clarify a function contract (NFC)
Modified:
llvm/trunk/include/llvm/ProfileData/Coverage/CoverageMapping.h
Modified: llvm/trunk/include/llvm/ProfileData/Coverage/CoverageMapping.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/Coverage/CoverageMapping.h?rev=282287&r1=282286&r2=282287&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/Coverage/CoverageMapping.h (original)
+++ llvm/trunk/include/llvm/ProfileData/Coverage/CoverageMapping.h Fri Sep 23 15:13:44 2016
@@ -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<StringRef> getUniqueSourceFiles() const;
/// \brief Get the coverage for a particular file.
More information about the llvm-commits
mailing list