summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Collapse)AuthorAgeFilesLines
* Change directory_entry::path() to return a const std::string & instead ofDan Gohman2011-03-011-1/+1
| | | | | | | | a StringRef, for the benefit of clients that want the result as a nul-terminated string. Clients that expect a StringRef will get one via the implicit conversion. llvm-svn: 126784
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-151-0/+9
| | | | llvm-svn: 123548
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-151-3/+5
| | | | llvm-svn: 123544
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-281-1/+1
| | | | llvm-svn: 122587
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-171-4/+4
| | | | llvm-svn: 122074
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-091-31/+34
| | | | | | | return their result instead of an error_code. Also add some missing predicate functions. llvm-svn: 121380
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-071-0/+13
| | | | llvm-svn: 121108
* Support/PathV2: Move current_path from path to fs and fix the Unix ↵Michael J. Spencer2010-12-071-0/+7
| | | | | | | | implementation. Unix bug spotted by Dan Gohman. llvm-svn: 121090
* Fix clang warning: "extra ';' inside a class [-pedantic]".Frits van Bommel2010-12-061-1/+1
| | | | llvm-svn: 120998
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-061-10/+45
| | | | llvm-svn: 120989
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-3/+5
| | | | llvm-svn: 120870
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-031-7/+9
| | | | llvm-svn: 120776
* Support/FileSystem: Remove temp_directory_path.Michael J. Spencer2010-12-031-8/+0
| | | | llvm-svn: 120775
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-011-0/+625
llvm-svn: 120592
OpenPOWER on IntegriCloud