Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.31 -> 1.32
---
Log message:
Use ostream instead of iostream
---
Diffs of the changes: (+1 -2)
ArchiveWriter.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Bytecode/Archive/Archiv
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.28 -> 1.29
---
Log message:
For PR797: http://llvm.org/PR797 :
Eliminate exception throwing from Path::renamePathOnDisk and adjust its
users correspondingly.
---
Diffs of the changes: (+4 -2)
ArchiveWriter.cpp |
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.27 -> 1.28
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exceptions from the Path::create*OnDisk methods. Update their users
to handle error messages via arguments and result codes.
---
Diffs of the chan
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.26 -> 1.27
---
Log message:
Inverse the error check logic for the MappedFile::map() call. It returns
a null pointer when there is an error.
---
Diffs of the changes: (+1 -1)
ArchiveWriter.cpp |2 +-
1 files c
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.24 -> 1.25
---
Log message:
Modify Path::eraseFromDisk to not throw an exception.
---
Diffs of the changes: (+5 -6)
ArchiveWriter.cpp | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
Index: l
Changes in directory llvm/lib/Bytecode/Archive:
ArchiveWriter.cpp updated: 1.21 -> 1.22
---
Log message:
Remove EH use from the Archive library and adjust its users accordingly.
---
Diffs of the changes: (+109 -98)
ArchiveWriter.cpp | 207 --