OSDN Git Service

For PR804:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 8 Jun 2006 17:00:08 +0000 (17:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 8 Jun 2006 17:00:08 +0000 (17:00 +0000)
commit393830a33a02d2f7163fcd4b27b7e5d6a46d8bac
tree09b1e2f18fac59a2d38bd0370de2c08a6b4d18ff
parent28962f353b16f34571b3ed3127f7e17e1c0a76f2
For PR804:
Change the file size field of StatusInfo to be uint64_t instead of size_t
so that we know it is always 64 bits. This prevents some overflow on
systems where size_t is 32 bits when it ought to be 64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28726 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/System/Win32/Path.inc