OSDN Git Service

Support/PathV2: Change most functions in the path namespace to return their work
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 7 Dec 2010 17:04:04 +0000 (17:04 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 7 Dec 2010 17:04:04 +0000 (17:04 +0000)
commit5029159fbe7c267c9322fc6c38064e9ab2ce91bc
treeb9250f8f63705ef6cadd62c3a3e9eeb0c1ac3546
parentdc3b90617312c4bb62e56095ebcf1fb6a8153090
Support/PathV2: Change most functions in the path namespace to return their work
via their return value instead of an out parameter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121149 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