summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAge
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-19
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use an enum class now that they are available.Rafael Espindola2014-06-10
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [Windows] Fix assertion failure when passing 'nul' in input to clang.Andrea Di Biagio2014-04-29
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Remove dead and incorrect code.Rafael Espindola2014-03-20
* 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