summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* NFC: Update documentation for createUniqueFile() to explain that models witho...Cameron Esfahani2015-11-061-3/+3
* Revert r250923 as config.h is not an installed header.Yaron Keren2015-10-211-1/+0
* Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT...Yaron Keren2015-10-211-0/+1
* [Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer2015-10-051-0/+14
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-3/+1
* Reformat headers in ADT and Support partially.NAKAMURA Takumi2015-08-101-6/+6
* Whitespace.NAKAMURA Takumi2015-08-101-6/+6
* Reformat linebreaks.NAKAMURA Takumi2015-08-101-0/+1
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-2/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Mark empty default constructors as =default if it makes the type PODBenjamin Kramer2015-04-111-1/+1
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-3/+3
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-3/+0
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-1/+0
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-1/+0
* Fix Doxygen command misspellings.Benjamin Kramer2014-12-131-2/+2
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-2/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-9/+3
* Remove dead code. NFC.Rafael Espindola2014-12-111-18/+0
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+1
* Move sys::fs::AccessMode out of @brief in the function. [-Wdocumentation]NAKAMURA Takumi2014-09-121-1/+2
* sys::fs::access(): Fix @param [-Wdocumentation]NAKAMURA Takumi2014-09-121-1/+1
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-12/+16
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-8/+0
* Fix 'platform-specific' hyphenationsAlp Toker2014-06-301-17/+17
* Build fix for systems without futimes/futimensAlp Toker2014-06-301-2/+2
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-191-0/+6
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-62/+55
* Remove system_error.h.Rafael Espindola2014-06-121-1/+2
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-13/+0
* Remove unused has_magic.Rafael Espindola2014-06-111-8/+0
* Use an enum class now that they are available.Rafael Espindola2014-06-101-20/+12
* 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
OpenPOWER on IntegriCloud