1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Bytecode/Archive
Chris Lattner f4c7ceebaf 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.

llvm-svn: 29395
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