aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Unbreak building unit tests on Windows after r266595.Nico Weber1-0/+1
2016-04-05[Support] Fix an invalid character escaping in string literal (unittest).Etienne Bergeron1-1/+1
2016-02-10Fix a -Wsign-compare in Support Path unittestsReid Kleckner1-1/+1
2016-01-26Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby1-11/+19
2015-11-17Fix -Wunused-function in a non-Win32 buildDavid Blaikie1-1/+1
2015-11-17[Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica1-0/+70
2015-11-09Windows-specific test for sys::path::remove_dots.Mike Aizatsky1-0/+13
2015-11-09Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky1-0/+20
2015-11-06Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica1-70/+0
2015-11-06[Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica1-0/+70
2015-11-02[Support] Extend sys::path with user_cache_directory function.Pawel Bylica1-0/+29
2015-10-16Fix path::home_directory() unit test.Pawel Bylica1-8/+12
2015-10-16SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.NAKAMURA Takumi1-6/+9
2015-10-16Reformat.NAKAMURA Takumi1-1/+1
2015-10-16Use Windows Vista API to get the user's home directoryPawel Bylica1-9/+13
2015-10-05Make test resilient against windows path separators.Benjamin Kramer1-0/+1
2015-10-05[Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer1-0/+4
2015-09-10[ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth1-4/+4
2015-09-02Move twice-repeated clang path operation into a new function.Douglas Katzman1-0/+10
2015-08-06Thread premissions through sys::fs::create_director{y|ies}Frederic Riss1-0/+24
2015-06-16llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.NAKAMURA Takumi1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-4/+2
2015-03-10Don't treat .foo as two path components in path::iteratorsBen Langmuir1-0/+43
2015-02-25Object: Handle Mach-O kext bundle filesJustin Bogner1-0/+2
2014-12-12Move the resize file feature from mapped_file_region to the only user.Rafael Espindola1-3/+6
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola1-0/+10
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola1-12/+3
2014-12-11Remove dead code. NFC.Rafael Espindola1-10/+7
2014-11-13Fixing some sign comparison warnings from MSVC; NFC.Aaron Ballman1-3/+3
2014-11-13Drop a few unneeded ctor calls (missed code review comment).Paul Robinson1-4/+4
2014-11-13Improve long path name support on Windows.Paul Robinson1-2/+59
2014-09-17Fix identify_magic() with mach-o stub dylibs.Nick Kledzik1-0/+3
2014-09-11Support: Use llvm::COFF::BigObjMagicRui Ueyama1-1/+1
2014-09-11Support: improve identify_magic to recognize COFF bigobjRui Ueyama1-0/+3
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-5/+4
2014-09-11Use simpler version of sys::fs::exists. NFC.Rafael Espindola1-3/+2
2014-08-26Fix Path unittests on Windows after raw_fd_ostream changesReid Kleckner1-7/+7
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-6/+6
2014-08-09Fix expected windows result.Rafael Espindola1-1/+1
2014-08-08Remove dead code. Fixes pr20544.Rafael Espindola1-6/+6
2014-08-04Path: Stop claiming path::const_iterator is bidirectionalJustin Bogner1-3/+3
2014-07-16unittests: Actually test reverse iterators in Path testsJustin Bogner1-5/+5
2014-07-06These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415.Aaron Ballman1-2/+2
2014-07-06Fixing compile errors related to changes with MemoryBuffer::getFile.Aaron Ballman1-6/+6
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-4/+5
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola1-14/+14
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-11Remove unused has_magic.Rafael Espindola1-3/+0
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-4/+4
2014-06-11Remove windows_error.Rafael Espindola1-1/+5