Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change directory_entry::path() to return a const std::string & instead of | Dan Gohman | 2011-03-01 | 1 | -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. Spencer | 2011-01-15 | 1 | -0/+9 |
| | | | | llvm-svn: 123548 | ||||
* | Support/PathV2: Implement get_magic. | Michael J. Spencer | 2011-01-15 | 1 | -3/+5 |
| | | | | llvm-svn: 123544 | ||||
* | Support/PathV2: Implement has_magic. | Michael J. Spencer | 2010-12-28 | 1 | -1/+1 |
| | | | | llvm-svn: 122587 | ||||
* | Pass StringRefs by value, for consistency. | Benjamin Kramer | 2010-12-17 | 1 | -4/+4 |
| | | | | llvm-svn: 122074 | ||||
* | Support/FileSystem: Change file_status predicate functions that cannot fail to | Michael J. Spencer | 2010-12-09 | 1 | -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. Spencer | 2010-12-07 | 1 | -0/+13 |
| | | | | llvm-svn: 121108 | ||||
* | Support/PathV2: Move current_path from path to fs and fix the Unix ↵ | Michael J. Spencer | 2010-12-07 | 1 | -0/+7 |
| | | | | | | | | implementation. Unix bug spotted by Dan Gohman. llvm-svn: 121090 | ||||
* | Fix clang warning: "extra ';' inside a class [-pedantic]". | Frits van Bommel | 2010-12-06 | 1 | -1/+1 |
| | | | | llvm-svn: 120998 | ||||
* | Support/FileSystem: Add directory_iterator implementation. | Michael J. Spencer | 2010-12-06 | 1 | -10/+45 |
| | | | | llvm-svn: 120989 | ||||
* | Support/FileSystem: Add status implementation. | Michael J. Spencer | 2010-12-04 | 1 | -3/+5 |
| | | | | llvm-svn: 120870 | ||||
* | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 1 | -7/+9 |
| | | | | llvm-svn: 120776 | ||||
* | Support/FileSystem: Remove temp_directory_path. | Michael J. Spencer | 2010-12-03 | 1 | -8/+0 |
| | | | | llvm-svn: 120775 | ||||
* | Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h. | Michael J. Spencer | 2010-12-01 | 1 | -0/+625 |
llvm-svn: 120592 |