Change Path::getStatusInfo to return a boolean and error string on an error
authorChris Lattner <sabre@nondot.org>
Fri, 28 Jul 2006 22:03:44 +0000 (22:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Jul 2006 22:03:44 +0000 (22:03 +0000)
commit252ad03d7db0add504fdcc6bd67c1bc1e28bdd57
treeb53953cdbf21813671a66e76191e4bd39c4bf6e7
parent3236ced25f152ca3035b335008056cd91af5f8bf
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
include/llvm/Bytecode/Archive.h
include/llvm/System/Path.h
lib/Archive/Archive.cpp
lib/Archive/ArchiveWriter.cpp
lib/Bytecode/Archive/Archive.cpp
lib/Bytecode/Archive/ArchiveWriter.cpp
lib/Debugger/ProgramInfo.cpp
lib/Support/FileUtilities.cpp
lib/System/Unix/Path.inc
tools/llvm-ar/llvm-ar.cpp
tools/llvm-db/Commands.cpp