summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAge
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-28
* Change directory_entry::path() to return a const std::string & instead ofDan Gohman2011-03-01
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-28
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-17
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-09
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-07
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-07
* Fix clang warning: "extra ';' inside a class [-pedantic]".Frits van Bommel2010-12-06
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-06
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-04
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-03
* Support/FileSystem: Remove temp_directory_path.Michael J. Spencer2010-12-03
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-01