Support/FileSystem: Change file_status predicate functions that cannot fail to
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 9 Dec 2010 17:37:02 +0000 (17:37 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 9 Dec 2010 17:37:02 +0000 (17:37 +0000)
commit61187dd0ad3d8574f655074e3e7948193d90bb1e
tree079e0acc8c744b6498369fc0ce5bd3d14027a6d0
parent333fb04506233255f10d8095c9e2de5e5f0fdc6f
Support/FileSystem: Change file_status predicate functions that cannot fail to
return their result instead of an error_code. Also add some missing predicate
functions.

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