summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* Add disk_space() to llvm::fsMehdi Amini2016-04-011-0/+12
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-011-12/+0
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-311-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+12
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-311-11/+0
* Wdocumentation parameter fixSimon Pilgrim2016-03-311-2/+0
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+13
* Fix windows build for sys::fs:file_status Access Time added in r264392Mehdi Amini2016-03-251-2/+3
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-22/+32
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-251-32/+22
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-22/+32
* 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
OpenPOWER on IntegriCloud