summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman2016-06-201-0/+33
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-0/+57
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-57/+0
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-0/+57
* [ThinLTO] Option to control path of distributed backend filesTeresa Johnson2016-05-171-0/+25
* [Support][Unittests] Add unittest for recursive_directory_iterator::level()Bruno Cardoso Lopes2016-05-131-0/+14
* Unbreak building unit tests on Windows after r266595.Nico Weber2016-04-181-0/+1
* [Support] Fix an invalid character escaping in string literal (unittest).Etienne Bergeron2016-04-051-1/+1
* Fix a -Wsign-compare in Support Path unittestsReid Kleckner2016-02-101-1/+1
* Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby2016-01-261-11/+19
* Fix -Wunused-function in a non-Win32 buildDavid Blaikie2015-11-171-1/+1
* [Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica2015-11-171-0/+70
* Windows-specific test for sys::path::remove_dots.Mike Aizatsky2015-11-091-0/+13
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-0/+20
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-70/+0
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-0/+70
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-0/+29
* Fix path::home_directory() unit test.Pawel Bylica2015-10-161-8/+12
* SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.NAKAMURA Takumi2015-10-161-6/+9
* Reformat.NAKAMURA Takumi2015-10-161-1/+1
* Use Windows Vista API to get the user's home directoryPawel Bylica2015-10-161-9/+13
* Make test resilient against windows path separators.Benjamin Kramer2015-10-051-0/+1
* [Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer2015-10-051-0/+4
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-4/+4
* Move twice-repeated clang path operation into a new function.Douglas Katzman2015-09-021-0/+10
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-0/+24
* llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.NAKAMURA Takumi2015-06-161-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-4/+2
* Don't treat .foo as two path components in path::iteratorsBen Langmuir2015-03-101-0/+43
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+2
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-3/+6
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-0/+10
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-12/+3
* Remove dead code. NFC.Rafael Espindola2014-12-111-10/+7
* Fixing some sign comparison warnings from MSVC; NFC.Aaron Ballman2014-11-131-3/+3
* Drop a few unneeded ctor calls (missed code review comment).Paul Robinson2014-11-131-4/+4
* Improve long path name support on Windows.Paul Robinson2014-11-131-2/+59
* Fix identify_magic() with mach-o stub dylibs.Nick Kledzik2014-09-171-0/+3
* Support: Use llvm::COFF::BigObjMagicRui Ueyama2014-09-111-1/+1
* Support: improve identify_magic to recognize COFF bigobjRui Ueyama2014-09-111-0/+3
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-5/+4
* Use simpler version of sys::fs::exists. NFC.Rafael Espindola2014-09-111-3/+2
* Fix Path unittests on Windows after raw_fd_ostream changesReid Kleckner2014-08-261-7/+7
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-6/+6
* Fix expected windows result.Rafael Espindola2014-08-091-1/+1
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-6/+6
* Path: Stop claiming path::const_iterator is bidirectionalJustin Bogner2014-08-041-3/+3
* unittests: Actually test reverse iterators in Path testsJustin Bogner2014-07-161-5/+5
* These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415.Aaron Ballman2014-07-061-2/+2
* Fixing compile errors related to changes with MemoryBuffer::getFile.Aaron Ballman2014-07-061-6/+6
OpenPOWER on IntegriCloud