uniqueID is a uint64_t (caught by VC++)
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 29 Mar 2007 17:28:31 +0000 (17:28 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 29 Mar 2007 17:28:31 +0000 (17:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35465 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Path.h

index 578bb3cca087c9dd96ae1d96fe44728d16594af3..8d2f39107d417ef2c95f6ac549aba35b168fa77b 100644 (file)
@@ -52,7 +52,7 @@ namespace sys {
     uint32_t getMode() const { return mode; }
     uint32_t getUser() const { return user; }
     uint32_t getGroup() const { return group; }
-    uint32_t getUniqueID() const { return uniqueID; }
+    uint64_t getUniqueID() const { return uniqueID; }
   };
 
   /// This class provides an abstraction for the path to a file or directory