aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileSystem.h
AgeCommit message (Expand)Author
2011-03-01Change directory_entry::path() to return a const std::string & instead ofDan Gohman
2011-01-15Support/PathV2: Add identify_magic.Michael J. Spencer
2011-01-15Support/PathV2: Implement get_magic.Michael J. Spencer
2010-12-28Support/PathV2: Implement has_magic.Michael J. Spencer
2010-12-17Pass StringRefs by value, for consistency.Benjamin Kramer
2010-12-09Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer
2010-12-07Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer
2010-12-07Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer
2010-12-06Fix clang warning: "extra ';' inside a class [-pedantic]".Frits van Bommel
2010-12-06Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer
2010-12-04Support/FileSystem: Add status implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer
2010-12-03Support/FileSystem: Remove temp_directory_path.Michael J. Spencer
2010-12-01Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer