aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-11support: add a utility function to normalise path separatorsSaleem Abdulrasool1-0/+37
2014-03-11Cleanup the interface for creating soft or hard links.Rafael Espindola1-2/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+2
2014-03-05Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir1-0/+29
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth1-1/+1
2014-03-01[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth1-2/+0
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-3/+3
2014-02-24Fix windows unittest I missed in the raw_fd_ostream constructor change.Rafael Espindola1-1/+1
2014-02-23Simplify remove, create_directory and create_directories.Rafael Espindola1-17/+24
2014-01-31Introduce llvm::sys::path::home_directory.Peter Collingbourne1-0/+13
2014-01-10Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola1-2/+15
2013-11-15Path: Recognize COFF import library file magic.Rui Ueyama1-0/+2
2013-11-14Recognize 0x0000 as a COFF file magic.Rui Ueyama1-0/+2
2013-11-13Path: Add tests for existing file magics.Rui Ueyama1-6/+36
2013-11-13Whitespace.Rui Ueyama1-3/+3
2013-10-25Try to fix the build on windows.Rafael Espindola1-2/+2
2013-08-12Fixes a bug when iterating on pathsTareq A. Siraj1-0/+69
2013-07-31Fix windows' implementation of status when a file doesn't exist.Rafael Espindola1-0/+4
2013-07-30Implement getUniqueID for directories on windows.Rafael Espindola1-0/+13
2013-07-29Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola1-3/+3
2013-07-25Don't end a file name with a dot. It looks odd.Rafael Espindola1-0/+5
2013-07-19Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola1-0/+31
2013-07-18Remove dead code.Rafael Espindola1-7/+1
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+1