]> granicus.if.org Git - clang/commit
Filename.rfind("/\\") won't give us the position of the last directory seperator.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 21 Nov 2010 11:32:22 +0000 (11:32 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 21 Nov 2010 11:32:22 +0000 (11:32 +0000)
commitaa8b2d95bc108e8f3a443e4a936e1ed8a3cc1cc6
tree97f9a8dcd3167bb71b95b543e33d74138b6097c7
parent6538227d51df249b07c8ab80ae376f5c1d14403c
Filename.rfind("/\\") won't give us the position of the last directory seperator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119939 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/FileManager.cpp