diff options
author | Rui Ueyama <ruiu@google.com> | 2013-07-19 00:51:17 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-07-19 00:51:17 +0000 |
commit | f28019e5f77bff438d13aa4b73486fed603bca02 (patch) | |
tree | cbc54d5208e98acbce8aca47cab624907a8bad95 /include/llvm/Support | |
parent | 8594c2377d3ab555afa6af55e16713c204b147bf (diff) | |
download | external_llvm-f28019e5f77bff438d13aa4b73486fed603bca02.zip external_llvm-f28019e5f77bff438d13aa4b73486fed603bca02.tar.gz external_llvm-f28019e5f77bff438d13aa4b73486fed603bca02.tar.bz2 |
Clarify comment for extension().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/Path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Path.h b/include/llvm/Support/Path.h index a70498a..f9a65e5 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 => <empty> /// / => / /// @endcode /// |