summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAge
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Add missing include.Benjamin Kramer2014-03-03
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Remove dead code.Rafael Espindola2014-02-13
* Finish bringing file_type to the llvm style (other than its name).Rafael Espindola2014-01-28
* Convert to the inner enum so the compiler can warn about it in switches.Rafael Espindola2014-01-28
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-11
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Remove declared but not implemented function.Rafael Espindola2013-10-29
* Speling fixes.Benjamin Kramer2013-10-22
* Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.NAKAMURA Takumi2013-10-15
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Fix typos in assert message.Nick Lewycky2013-09-05
* Make directory iterator sentinels free.Benjamin Kramer2013-08-09
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-01
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Remove dead code.Rafael Espindola2013-07-18
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-10
* Use status to implement file_size.Rafael Espindola2013-07-10
* clang-format this enum.Rafael Espindola2013-07-08
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Remove unique_file now that it is unused.Rafael Espindola2013-07-05
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-05
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* Fix typoMatt Arsenault2013-06-28
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* Add a convenience functions that don't return if the directory existed.Rafael Espindola2013-06-26
* Add a simpler version of remove_all.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-24
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-20
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20