summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* delete dead code.Rafael Espindola2014-05-311-24/+0
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-1/+1
* [Windows] Fix assertion failure when passing 'nul' in input to clang.Andrea Di Biagio2014-04-291-3/+18
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-091-2/+2
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+3
* Remove dead and incorrect code.Rafael Espindola2014-03-201-17/+1
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-111-0/+8
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-4/+9
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-061-8/+0
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-061-0/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* Add missing include.Benjamin Kramer2014-03-031-0/+1
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-031-2/+1
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-011-2/+0
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-3/+3
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-241-1/+4
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-34/+12
* Remove dead code.Rafael Espindola2014-02-131-8/+0
* Finish bringing file_type to the llvm style (other than its name).Rafael Espindola2014-01-281-6/+5
* Convert to the inner enum so the compiler can warn about it in switches.Rafael Espindola2014-01-281-3/+2
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-101-16/+0
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-111-0/+5
* 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
OpenPOWER on IntegriCloud