Pavel Labath
|
3ffae1923a
[Support] Improve readNativeFile(Slice) interface
|
6 年之前 |
Pavel Labath
|
b82a55fc21
Filesystem/Windows: fix inconsistency in readNativeFileSlice API
|
6 年之前 |
Pavel Labath
|
8a4b825100
Revert "raw_ostream: add operator<< overload for std::error_code"
|
6 年之前 |
Pavel Labath
|
c9850460b7
raw_ostream: add operator<< overload for std::error_code
|
6 年之前 |
Jonas Devlieghere
|
21adcf192d
[Path] Fix bug in make_absolute logic
|
6 年之前 |
Fangrui Song
|
2ffd08308b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 年之前 |
Fangrui Song
|
2a913c75fe
[llvm-objcopy] Don't change permissions of non-regular output files
|
6 年之前 |
Reid Kleckner
|
749d8a5a61
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
|
6 年之前 |
Rainer Orth
|
57965ba220
[unittests][Support] Fix LLVM-Unit :: Support/./SupportTests/FileSystemTest.permissions on Solaris
|
6 年之前 |
Alex Brachet
|
1425c3fd83
[Support] Fix add fs::getUmask() patch
|
6 年之前 |
Alex Brachet
|
4a8cbaa1de
[Support] Add fs::getUmask() function and change fs::setPermissions
|
6 年之前 |
Jonas Devlieghere
|
ef5120c189
[Path] Set FD to -1 in moved-from TempFile
|
6 年之前 |
Petar Jovanovic
|
27b4f5d9af
[Support] Fix unit test for fs::is_local
|
6 年之前 |
Bob Haarman
|
be18ec39d5
[Support] unflake TempFileCollisions test
|
6 年之前 |
Hubert Tong
|
a61db08d2e
[Support] Implement is_local_impl with AIX mntctl
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Pavel Labath
|
b8c855b48d
[Support] Remove error return value from one overload of fs::make_absolute
|
6 年之前 |
Hubert Tong
|
f740ffbc9a
[unittests][Support] AIX: Skip sticky bit file tests
|
6 年之前 |
Simon Atanasyan
|
85706895fb
[unittests] Fix ExpandTilde test to match handling home dirs with trailing slash
|
6 年之前 |
Matthew Voss
|
108bc88c84
Make the ExpandTilde unit test expect "\" (not "/") on Win32
|
6 年之前 |
Jonas Devlieghere
|
9d76438276
[FileSystem] Add expand_tilde function
|
6 年之前 |
Sam McCall
|
a46ae18100
[Support] Listing a directory containing dangling symlinks is not an error.
|
6 年之前 |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 年之前 |
Nico Weber
|
cb24b2be15
Remove dead function user_cache_directory()
|
7 年之前 |
Jordan Rupprecht
|
f0b29b88a4
[Support] NFC: Allow modifying access/modification times independently in sys::fs::setLastModificationAndAccessTime.
|
7 年之前 |
Bob Haarman
|
15bc9858ad
[Support] fix TempFile infinite loop and permission denied errors
|
7 年之前 |
Aaron Ballman
|
2dc5cd2beb
Silence an MSVC C4189 warning about a local variable being initialized but not used; NFC.
|
7 年之前 |
Andrew Ng
|
645f3d0f00
[ThinLTO] Update ThinLTO cache file atimes when on Windows
|
7 年之前 |
Zachary Turner
|
03bcb2143b
[FileSystem] Split up the OpenFlags enumeration.
|
7 年之前 |
Greg Clayton
|
7b227c4398
Revert 332508 as it caused problems in the clang test suite.
|
7 年之前 |