]> granicus.if.org Git - clang/commitdiff
Renamed "FileEntry::getDev()" to "FileEntry::getDevice()"
authorTed Kremenek <kremenek@apple.com>
Thu, 20 Dec 2007 00:29:44 +0000 (00:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 20 Dec 2007 00:29:44 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45240 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/FileManager.h

index bd1ebfb979911fbf8cdfbfd1da7d02c166332c99..3dc38858437a898f59fcb2f031c7103758edf67b 100644 (file)
@@ -53,7 +53,7 @@ public:
   off_t getSize() const { return Size; }
   unsigned getUID() const { return UID; }
   ino_t getInode() const { return Inode; }
-  dev_t getDev() const { return Device; }
+  dev_t getDevice() const { return Device; }
   time_t getModificationTime() const { return ModTime; }
   
   /// getDir - Return the directory the file lives in.