[llvm] r186636 - Clarify comment for extension().

Rui Ueyama ruiu at google.com
Thu Jul 18 17:56:46 PDT 2013


Sorry, the commit message is wrong. I updated the comment
for remove_filename().


On Thu, Jul 18, 2013 at 5:51 PM, Rui Ueyama <ruiu at google.com> wrote:

> Author: ruiu
> Date: Thu Jul 18 19:51:17 2013
> New Revision: 186636
>
> URL: http://llvm.org/viewvc/llvm-project?rev=186636&view=rev
> Log:
> Clarify comment for extension().
>
> Modified:
>     llvm/trunk/include/llvm/Support/Path.h
>
> Modified: llvm/trunk/include/llvm/Support/Path.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Path.h?rev=186636&r1=186635&r2=186636&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/Support/Path.h (original)
> +++ llvm/trunk/include/llvm/Support/Path.h Thu Jul 18 19:51:17 2013
> @@ -111,6 +111,7 @@ inline reverse_iterator rend(StringRef p
>  /// @code
>  ///   directory/filename.cpp => directory/
>  ///   directory/             => directory
> +///   filename.cpp           => <empty>
>  ///   /                      => /
>  /// @endcode
>  ///
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130718/3d8ce8b0/attachment.html>


More information about the llvm-commits mailing list