[PATCH] D54435: [VFS] Add "expand tilde" argument to getRealPath.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 12 10:57:16 PST 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: sammccall, vsapsai, bruno.
Herald added a subscriber: kristina.
Add an optional argument to expand tildes in the path to mirror llvm's
implementation of the corresponding function.
Apparently this change is more controversial than I thought, so happy
to discuss alternatives here.
Repository:
rL LLVM
https://reviews.llvm.org/D54435
Files:
llvm/trunk/include/llvm/Support/VirtualFileSystem.h
llvm/trunk/lib/Support/VirtualFileSystem.cpp
llvm/trunk/unittests/Support/VirtualFileSystemTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54435.173716.patch
Type: text/x-patch
Size: 6069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181112/84005287/attachment.bin>
More information about the llvm-commits
mailing list