OSDN Git Service

Add support for getting file system permissions and implement sys::fs::permissions...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 13 Mar 2017 12:17:14 +0000 (12:17 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 13 Mar 2017 12:17:14 +0000 (12:17 +0000)
commit565edc044111fc6b1cdbea8dfabbd3735bb178a7
treed7cd35a51fa4a4e79ef141112be10f93b39f1957
parent61b914021fc9b30105c6bba2502359338588f66e
Add support for getting file system permissions and implement sys::fs::permissions to set them.

Patch by James Henderson.

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