summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-0/+14
* SmallString doesn't have implicit conversion from const char*.Zachary Turner2017-03-171-2/+2
* Don't rely on an implicit std::tuple constructor.Zachary Turner2017-03-171-4/+9
* Fix unit test.Zachary Turner2017-03-161-1/+1
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-161-87/+68
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-0/+171
* [Support] Make the SystemZ bot happy by using make_error_code.Juergen Ributzka2017-03-141-1/+2
* [Support] Follow-up for "Test directory iterators and recursive directory ite...Juergen Ributzka2017-03-131-1/+1
* [Support] Test directory iterators and recursive directory iterators with bro...Juergen Ributzka2017-03-131-0/+78
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-182/+4
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-4/+182
* Fix test failure when Home directory cannot be found.Zachary Turner2017-03-101-9/+8
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-101-0/+36
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-0/+33
* [Support] Remove unit test for fs::is_localJonas Hahnfeld2017-03-081-55/+0
* Process tilde in llvm::sys::path::nativeSerge Pavlov2017-03-011-0/+27
* [Support] XFAIL is_local for mipsSimon Dardis2017-02-221-0/+36
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-0/+22
* Fix fs::set_current_path unit testPavel Labath2017-01-241-1/+5
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+19
* [Support] remove_dots: Remove windows test.Benjamin Kramer2016-10-171-2/+0
* [Support] remove_dots: Remove .. from absolute paths.Benjamin Kramer2016-10-171-0/+4
* unittests: Explicitly ignore some return values in crash testsJustin Bogner2016-10-161-16/+18
* Do not delete leading ../ in remove_dots.Eric Liu2016-10-131-0/+4
* Fix a real temp file leak in FileOutputBufferReid Kleckner2016-09-021-0/+2
* Try to fix some temp file leaks in SupportTests, PR18335Reid Kleckner2016-09-021-13/+27
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-10/+10
* Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman2016-06-211-0/+26
OpenPOWER on IntegriCloud