llvm-6502/lib/Bytecode/Archive
Chris Lattner 252ad03d7d Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception.  This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though it is clearly only one step
along the way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29395 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-28 22:03:44 +00:00
..
Archive.cpp Change Path::getStatusInfo to return a boolean and error string on an error 2006-07-28 22:03:44 +00:00
ArchiveInternals.h Remove trailing whitespace 2005-04-21 21:13:18 +00:00
ArchiveReader.cpp Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
ArchiveWriter.cpp Change Path::getStatusInfo to return a boolean and error string on an error 2006-07-28 22:03:44 +00:00
Makefile Exceptions are thrown by and through this library. 2006-07-28 22:00:24 +00:00