Allow unique_file to take a mode for file permissions, but default
authorEric Christopher <echristo@apple.com>
Fri, 11 May 2012 00:07:44 +0000 (00:07 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 11 May 2012 00:07:44 +0000 (00:07 +0000)
commit61aef8bdf7a60bb1ab510fee0c5b2792468aadd3
treec88c6fc2fc6e7bb51391a594dcff6ed4fbdb0df3
parent620ee81fa0bef312d711688c86b73aa16f088509
Allow unique_file to take a mode for file permissions, but default
to user only read/write.

Part of rdar://11325849

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