Adds llvm::sys::path::is_separator() to test whether a char is a path separator
authorZhanyong Wan <wan@google.com>
Fri, 11 Feb 2011 21:24:40 +0000 (21:24 +0000)
committerZhanyong Wan <wan@google.com>
Fri, 11 Feb 2011 21:24:40 +0000 (21:24 +0000)
commit63cc3a85cc10093f83f76ea9192f77929b58569e
tree8144f00064a3c7e625fc6c7b775b243e30646b12
parent7973f350b78e0bef8567f441f3255c846f5432ac
Adds llvm::sys::path::is_separator() to test whether a char is a path separator
on the host OS.  Reviewed by dgregor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125406 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PathV2.h
lib/Support/PathV2.cpp
unittests/Support/Path.cpp