aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-38/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+19
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-145/+92
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-241-94/+48
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
* Remove declared but not implemented function.Rafael Espindola2013-10-291-11/+0
* Speling fixes.Benjamin Kramer2013-10-221-1/+1
* Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.NAKAMURA Takumi2013-10-151-1/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-1/+2
* Fix typos in assert message.Nick Lewycky2013-09-051-1/+1
* Make directory iterator sentinels free.Benjamin Kramer2013-08-091-3/+9
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-011-4/+10
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-3/+14
* Remove dead code.Rafael Espindola2013-07-181-28/+0
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-171-0/+7
* Add a wrapper for open.Rafael Espindola2013-07-161-0/+31
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-0/+3
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-161-19/+34
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-101-2/+2
* Use status to implement file_size.Rafael Espindola2013-07-101-1/+13
* clang-format this enum.Rafael Espindola2013-07-081-21/+20
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-12/+1
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-30/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-0/+29
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+16
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-281-2/+1
* Fix typoMatt Arsenault2013-06-281-1/+1
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-271-2/+7
* Use enums instead of raw octal values.Rafael Espindola2013-06-261-2/+7
* Add a convenience functions that don't return if the directory existed.Rafael Espindola2013-06-261-0/+14
* Add a simpler version of remove_all.Rafael Espindola2013-06-261-0/+7
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-1/+4
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-241-0/+9
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-0/+14
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-201-2/+2
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-0/+2
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-0/+3
* Remove the transitional GetUniqueID.Rafael Espindola2013-06-201-4/+0
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-201-2/+6
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-191-0/+1
* Add a can_write function to PathV2.Rafael Espindola2013-06-181-0/+6
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-181-0/+2
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-181-0/+4
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-0/+7
* Delete declared but not implemented functions.Rafael Espindola2013-06-171-38/+0
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-0/+6