Changes in directory llvm/include/llvm/System:
Path.h updated: 1.34 -> 1.35 --- Log message: Remove some now-dead methods. Use getFileStatus instead. --- Diffs of the changes: (+0 -22) Path.h | 22 ---------------------- 1 files changed, 22 deletions(-) Index: llvm/include/llvm/System/Path.h diff -u llvm/include/llvm/System/Path.h:1.34 llvm/include/llvm/System/Path.h:1.35 --- llvm/include/llvm/System/Path.h:1.34 Fri Jul 28 17:36:17 2006 +++ llvm/include/llvm/System/Path.h Tue Aug 1 13:16:02 2006 @@ -259,28 +259,6 @@ /// @name Disk Accessors /// @{ public: - /// This function determines if the object referenced by this path is - /// a file or not. This function accesses the underlying file system to - /// determine the type of entity referenced by the path. - /// @returns true if this path name references a file. - /// @brief Determines if the path name references a file. - bool isFile() const; - - /// This function determines if the object referenced by this path is a - /// directory or not. This function accesses the underlying file system to - /// determine the type of entity referenced by the path. - /// @returns true if the path name references a directory - /// @brief Determines if the path name references a directory. - bool isDirectory() const; - - /// This function determines if the path refers to a hidden file. The - /// notion of hidden files is defined by the underlying system. The - /// system may not support hidden files in which case this function always - /// returns false on such systems. Hidden files have the "hidden" - /// attribute set on Win32. On Unix, hidden files start with a period. - /// @brief Determines if the path name references a hidden file. - bool isHidden() const; - /// This function determines if the path name in this object references /// the root (top level directory) of the file system. The details of what /// is considered the "root" may vary from system to system so this method _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits