From f28019e5f77bff438d13aa4b73486fed603bca02 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 19 Jul 2013 00:51:17 +0000 Subject: Clarify comment for extension(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186636 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/llvm/Support/Path.h b/include/llvm/Support/Path.h index a70498a3cc..f9a65e533a 100644 --- a/include/llvm/Support/Path.h +++ b/include/llvm/Support/Path.h @@ -111,6 +111,7 @@ inline reverse_iterator rend(StringRef path) { /// @code /// directory/filename.cpp => directory/ /// directory/ => directory +/// filename.cpp => /// / => / /// @endcode /// -- cgit v1.2.3