diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-09-23 20:13:44 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-09-23 20:13:44 +0000 |
| commit | 0d44d9441272d855d680e0e7f63418b87f64cefa (patch) | |
| tree | 42ef025c8fc99f071fcfe9e5c33f221aea7458db | |
| parent | cab52add57ca955a6f36ca5033f5e0cc85aeb602 (diff) | |
| download | bcm5719-llvm-0d44d9441272d855d680e0e7f63418b87f64cefa.tar.gz bcm5719-llvm-0d44d9441272d855d680e0e7f63418b87f64cefa.zip | |
[Coverage] Clarify a function contract (NFC)
llvm-svn: 282287
| -rw-r--r-- | llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h b/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h index 7c4c6d61700..3d0c3d30d79 100644 --- a/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h +++ b/llvm/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<StringRef> getUniqueSourceFiles() const; /// \brief Get the coverage for a particular file. |

