Introduce llvm::sys::path::home_directory.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 31 Jan 2014 23:46:06 +0000 (23:46 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 31 Jan 2014 23:46:06 +0000 (23:46 +0000)
commitbef2236283c333f17613b2ea4904878228fedb6e
tree0cd1ac4a44a055999bc0cdf6fb08717d341b44e9
parentf10743d765c456db7c9cd2a9fe4c528d75bb5b8f
Introduce llvm::sys::path::home_directory.

This will be used by the line editor library to derive a default path to
the history file.

Differential Revision: http://llvm-reviews.chandlerc.com/D2199

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