Changes in directory llvm/include/llvm/Bytecode:
Archive.h updated: 1.20 -> 1.21 --- Log message: For PR1291: http://llvm.org/PR1291 : Change to use PathWithStatus --- Diffs of the changes: (+7 -7) Archive.h | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/include/llvm/Bytecode/Archive.h diff -u llvm/include/llvm/Bytecode/Archive.h:1.20 llvm/include/llvm/Bytecode/Archive.h:1.21 --- llvm/include/llvm/Bytecode/Archive.h:1.20 Wed Feb 7 15:41:01 2007 +++ llvm/include/llvm/Bytecode/Archive.h Sat Apr 7 14:50:21 2007 @@ -190,13 +190,13 @@ /// @name Data /// @{ private: - ArchiveMember* next; ///< Pointer to next archive member - ArchiveMember* prev; ///< Pointer to previous archive member - Archive* parent; ///< Pointer to parent archive - sys::Path path; ///< Path of file containing the member - sys::FileStatus info; ///< Status info (size,mode,date) - unsigned flags; ///< Flags about the archive member - const void* data; ///< Data for the member + ArchiveMember* next; ///< Pointer to next archive member + ArchiveMember* prev; ///< Pointer to previous archive member + Archive* parent; ///< Pointer to parent archive + sys::PathWithStatus path; ///< Path of file containing the member + sys::FileStatus info; ///< Status info (size,mode,date) + unsigned flags; ///< Flags about the archive member + const void* data; ///< Data for the member /// @} /// @name Constructors _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits