summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* [unittest] Fix unittests/Support/Path.cpp after D49466Fangrui Song2019-11-261-6/+12
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-0/+29
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-221-16/+36
* Filesystem/Windows: fix inconsistency in readNativeFileSlice APIPavel Labath2019-08-191-1/+26
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-3/+19
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-19/+3
* [Path] Fix bug in make_absolute logicJonas Devlieghere2019-08-061-4/+13
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-4/+6
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-3/+5
* [unittests][Support] Fix LLVM-Unit :: Support/./SupportTests/FileSystemTest.p...Rainer Orth2019-06-281-2/+3
* [Support] Fix add fs::getUmask() patchAlex Brachet2019-06-281-2/+2
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-281-0/+53
* [Path] Set FD to -1 in moved-from TempFileJonas Devlieghere2019-06-111-0/+2
* [Support] Fix unit test for fs::is_localPetar Jovanovic2019-05-081-0/+1
* [Support] unflake TempFileCollisions testBob Haarman2019-04-221-4/+12
* [Support] Implement is_local_impl with AIX mntctlHubert Tong2019-03-291-0/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-1/+1
* [unittests][Support] AIX: Skip sticky bit file testsHubert Tong2019-01-091-2/+4
* [unittests] Fix ExpandTilde test to match handling home dirs with trailing slashSimon Atanasyan2018-11-201-2/+2
* Make the ExpandTilde unit test expect "\" (not "/") on Win32Matthew Voss2018-11-131-0/+6
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-131-0/+21
* [Support] Listing a directory containing dangling symlinks is not an error.Sam McCall2018-10-011-46/+21
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-6/+6
* Remove dead function user_cache_directory()Nico Weber2018-09-181-29/+0
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-131-1/+1
* [Support] fix TempFile infinite loop and permission denied errorsBob Haarman2018-08-021-0/+31
* Silence an MSVC C4189 warning about a local variable being initialized but no...Aaron Ballman2018-07-041-1/+0
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-0/+32
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+225
* Revert 332508 as it caused problems in the clang test suite.Greg Clayton2018-05-161-3/+2
* Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.Greg Clayton2018-05-161-2/+3
* [Support/Path] Make handling of paths like "///" consistentPavel Labath2018-05-091-2/+23
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-9/+9
* [Support/Path] Add more tests and improve failure messages of existing onesPavel Labath2018-04-241-102/+52
* [unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-071-6/+6
* [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.Max Moroz2018-04-051-40/+73
* [Support] Use realpath(3) instead of trying to open a file.Davide Italiano2018-01-091-0/+19
* Allow TempFile::discard to be called twice.Rafael Espindola2017-11-221-0/+21
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-2/+2
* [Support, Windows] Handle long paths with unix separatorsPirama Arumuga Nainar2017-08-211-0/+15
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-041-90/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-80/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Make sure we have actually written what is expected by the test.Galina Kistanova2017-05-121-1/+1
* Don't test setting sticky bits on files for modern BSDsDimitry Andric2017-04-241-0/+7
* Make the home_directory test a little more resilient.Zachary Turner2017-03-221-10/+21
* Make home_directory look in the password database in addition to $HOME.Zachary Turner2017-03-221-0/+20
OpenPOWER on IntegriCloud