summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar2012-05-151-0/+7
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-2/+2
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-2/+2
* Zap unnecessary semicolons.Eli Friedman2011-12-151-2/+2
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-2/+43
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-6/+2
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-1/+20
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-2/+6
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-32/+130
* PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer2011-10-081-0/+7
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-141-144/+6
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-281-1/+4
* Change directory_entry::path() to return a const std::string & instead ofDan Gohman2011-03-011-1/+1
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-151-0/+9
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-151-3/+5
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-281-1/+1
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-171-4/+4
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-091-31/+34
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-071-0/+13
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-0/+7
* Fix clang warning: "extra ';' inside a class [-pedantic]".Frits van Bommel2010-12-061-1/+1
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-061-10/+45
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-3/+5
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-031-7/+9
* Support/FileSystem: Remove temp_directory_path.Michael J. Spencer2010-12-031-8/+0
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-011-0/+625
OpenPOWER on IntegriCloud