[PATCH] D63583: [Support] Add fs::getUmask() function and change fs::setPermissions

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 17:45:37 PDT 2019


abrachet updated this revision to Diff 206106.
abrachet marked 3 inline comments as done.
abrachet added a comment.

Fixed typo in comment, added note that getUmask() is not thread safe.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63583/new/

https://reviews.llvm.org/D63583

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: D63583.206106.patch
Type: text/x-patch
Size: 5135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190622/ffd9332f/attachment.bin>


More information about the llvm-commits mailing list