[Lldb-commits] [lldb] r215158 - Fix the description of FileSpec::Resolve to match the new signature.

Jim Ingham jingham at apple.com
Thu Aug 7 15:34:50 PDT 2014


Author: jingham
Date: Thu Aug  7 17:34:50 2014
New Revision: 215158

URL: http://llvm.org/viewvc/llvm-project?rev=215158&view=rev
Log:
Fix the description of FileSpec::Resolve to match the new signature.

Modified:
    lldb/trunk/include/lldb/Host/FileSpec.h

Modified: lldb/trunk/include/lldb/Host/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/FileSpec.h?rev=215158&r1=215157&r2=215158&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Host/FileSpec.h Thu Aug  7 17:34:50 2014
@@ -631,10 +631,8 @@ public:
     ReadFileLines (STLStringArray &lines);
 
     //------------------------------------------------------------------
-    /// Resolves user name and links in \a src_path, and writes the output
-    /// to \a dst_path.  Note if the path pointed to by \a src_path does not
-    /// exist, the contents of \a src_path will be copied to \a dst_path 
-    /// unchanged.
+    /// Resolves user name and links in \a path, and overwrites the input
+    /// argument with the resolved path.
     ///
     /// @param[in] path
     ///     Input path to be resolved, in the form of a llvm::SmallString or similar.





More information about the lldb-commits mailing list