OSDN Git Service

[llvm-cov] Re-write a very opaque comment (NFC)
authorVedant Kumar <vsk@apple.com>
Mon, 18 Jul 2016 18:02:54 +0000 (18:02 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 18 Jul 2016 18:02:54 +0000 (18:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275843 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cov/CodeCoverage.cpp

index 11b3853..e274483 100644 (file)
@@ -55,7 +55,7 @@ public:
   /// \brief Print the warning message to the error output stream.
   void warning(const Twine &Message, StringRef Whence = "");
 
-  /// \brief Append a reference to a private copy of \p Path into SourceFiles.
+  /// \brief Copy \p Path into the list of input source files.
   void addCollectedPath(const std::string &Path);
 
   /// \brief Return a memory buffer for the given source file.