Support/FileSystem: Add unique_file and exists implementations.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 3 Dec 2010 01:21:28 +0000 (01:21 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 3 Dec 2010 01:21:28 +0000 (01:21 +0000)
commit3cb84ef65dd417bc152fdaa173127966ca949318
tree133d904ceb53dd1218f7c6857f0087c837960393
parentf4e7b167a09df546b4b339ca9ebc445f747a724a
Support/FileSystem: Add unique_file and exists implementations.

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