<div dir="ltr">Sorry, the commit message is wrong. I updated the comment for remove_filename().</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 18, 2013 at 5:51 PM, Rui Ueyama <span dir="ltr"><<a href="mailto:ruiu@google.com" target="_blank">ruiu@google.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: ruiu<br>
Date: Thu Jul 18 19:51:17 2013<br>
New Revision: 186636<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=186636&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=186636&view=rev</a><br>
Log:<br>
Clarify comment for extension().<br>
<br>
Modified:<br>
    llvm/trunk/include/llvm/Support/Path.h<br>
<br>
Modified: llvm/trunk/include/llvm/Support/Path.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Path.h?rev=186636&r1=186635&r2=186636&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Path.h?rev=186636&r1=186635&r2=186636&view=diff</a><br>


==============================================================================<br>
--- llvm/trunk/include/llvm/Support/Path.h (original)<br>
+++ llvm/trunk/include/llvm/Support/Path.h Thu Jul 18 19:51:17 2013<br>
@@ -111,6 +111,7 @@ inline reverse_iterator rend(StringRef p<br>
 /// @code<br>
 ///   directory/filename.cpp => directory/<br>
 ///   directory/             => directory<br>
+///   filename.cpp           => <empty><br>
 ///   /                      => /<br>
 /// @endcode<br>
 ///<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>