Modified the implementation of fs::GetUniqueID on Windows such that it actually finds...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 19 Jun 2013 21:03:50 +0000 (21:03 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 19 Jun 2013 21:03:50 +0000 (21:03 +0000)
commit4655485eb7dc1d137595149b9bd58eb73e11bb19
tree491409b3cdc3810bc088ef129469167e7c999d01
parent7032c883cdf8da579fbf9bf499d36a711eef676f
Modified the implementation of fs::GetUniqueID on Windows such that it actually finds a unique identifier for a file.  Also adds unit tests for GetUniqueID.

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