[PATCH] D30668: Add llvm::sys::fs::real_path

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 08:48:14 PST 2017


zturner updated this revision to Diff 91359.
zturner added a comment.

I think this should address all of Adrian's comments.  I've left `real_path` as `realPath` since I didn't want to break consistency with all of the other path and file system functions like `home_directory` etc, but I've made the internal private functions using camel case notations.


https://reviews.llvm.org/D30668

Files:
  llvm/include/llvm/Support/FileSystem.h
  llvm/lib/Support/Unix/Path.inc
  llvm/lib/Support/Windows/Path.inc
  llvm/unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30668.91359.patch
Type: text/x-patch
Size: 9593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170310/78a6253c/attachment.bin>


More information about the llvm-commits mailing list