Support/PathV2: Remove the error_code return type from all functions in the path
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 7 Dec 2010 03:57:37 +0000 (03:57 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 7 Dec 2010 03:57:37 +0000 (03:57 +0000)
commit936671b2eaa0a6b27903f8d85a8f4b28fcf8ee84
treefca1e0d7dfad53f2a615e3af9e11320b35ebc5c4
parentee271d8758c8493f2cadf5b9c0ec57431565891b
Support/PathV2: Remove the error_code return type from all functions in the path
namespace. None of them return anything except for success anyway. These will be
converted to returning their result soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121109 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PathV2.h
lib/Support/PathV2.cpp
lib/Support/Unix/PathV2.inc
lib/Support/Windows/PathV2.inc
unittests/Support/Path.cpp