Michael J. Spencer
|
a68282caa8
|
Support/PathV2: Remove const from bool return types.
llvm-svn: 121157
|
2010-12-07 18:12:07 +00:00 |
Michael J. Spencer
|
f616b218c8
|
Support/PathV2: Change most functions in the path namespace to return their work
via their return value instead of an out parameter.
llvm-svn: 121149
|
2010-12-07 17:04:04 +00:00 |
Michael J. Spencer
|
bfea3c739d
|
Support/PathV2: Cleanup separator handling.
llvm-svn: 121110
|
2010-12-07 03:57:48 +00:00 |
Michael J. Spencer
|
1e090f0b8f
|
Support/PathV2: Remove the error_code return type from all functions in the path
namespace. None of them return anything except for success anyway. These will be
converted to returning their result soon.
llvm-svn: 121109
|
2010-12-07 03:57:37 +00:00 |
Michael J. Spencer
|
92903a3339
|
Support/PathV2: Move make_absolute from path to fs.
llvm-svn: 121108
|
2010-12-07 03:57:17 +00:00 |
Michael J. Spencer
|
98c7a114de
|
Support/PathV2: Use SmallVector::clear instead of set_size.
llvm-svn: 121092
|
2010-12-07 01:23:19 +00:00 |
Michael J. Spencer
|
20daa28344
|
Support/PathV2: Move current_path from path to fs and fix the Unix implementation.
Unix bug spotted by Dan Gohman.
llvm-svn: 121090
|
2010-12-07 01:22:31 +00:00 |
Michael J. Spencer
|
7ecd94cc0b
|
Support/FileSystem: Add directory_iterator implementation.
llvm-svn: 120989
|
2010-12-06 04:28:42 +00:00 |
Michael J. Spencer
|
95e4ac16a5
|
Support/PathV2: Fix append to not add a slash to empty or root paths.
llvm-svn: 120988
|
2010-12-06 04:28:23 +00:00 |
Bill Wendling
|
3336f748a5
|
Silence 'may be used uninitialized in this function' warnings. Static analysis
may determine that they cannot be used uninitialized. But that might be a bit
too much for the compiler to determine.
llvm-svn: 120916
|
2010-12-04 20:20:34 +00:00 |
Michael J. Spencer
|
66a1f86f7a
|
Support/PathV2: Remove redundant calls to make_error_code.
llvm-svn: 120913
|
2010-12-04 18:45:32 +00:00 |
Michael J. Spencer
|
db5576a185
|
Support/FileSystem: Add status implementation.
llvm-svn: 120870
|
2010-12-04 00:32:40 +00:00 |
Michael J. Spencer
|
31e310cda0
|
Support/FileSystem: Add create_director{y,ies} implementations.
llvm-svn: 120790
|
2010-12-03 05:42:11 +00:00 |
Michael J. Spencer
|
9fc1d9dcc3
|
Support/FileSystem: Add copy_file implementation. Not tests yet because the
file creation APIs aren't implemented.
llvm-svn: 120593
|
2010-12-01 19:32:01 +00:00 |
Michael J. Spencer
|
a72df5fae8
|
Support/PathV2: Add is_{absolute,relative} implementation.
llvm-svn: 120560
|
2010-12-01 06:21:53 +00:00 |
Michael J. Spencer
|
112a769379
|
Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation.
llvm-svn: 120559
|
2010-12-01 06:03:50 +00:00 |
Michael J. Spencer
|
87106c59ed
|
Support/PathV2: Add extension implementation.
llvm-svn: 120550
|
2010-12-01 03:37:41 +00:00 |
Michael J. Spencer
|
956955ed8b
|
Support/PathV2: Add stem implementation.
llvm-svn: 120547
|
2010-12-01 03:18:33 +00:00 |
Michael J. Spencer
|
142692006b
|
Support/PathV2: Add filename implementation.
llvm-svn: 120546
|
2010-12-01 03:18:17 +00:00 |
Michael J. Spencer
|
8002500ee1
|
Support/PathV2: Add native implementation.
llvm-svn: 120539
|
2010-12-01 02:48:27 +00:00 |
Michael J. Spencer
|
fb3a95d8e2
|
Support/PathV2: Add replace_extension implementation.
llvm-svn: 120514
|
2010-12-01 00:52:55 +00:00 |
Michael J. Spencer
|
9c594095a6
|
Support/PathV2: Add remove_filename implementation.
llvm-svn: 120513
|
2010-12-01 00:52:28 +00:00 |
Michael J. Spencer
|
545cbdf063
|
Support/PathV2: Implement reverse iteration and parent_path.
llvm-svn: 120496
|
2010-11-30 23:28:07 +00:00 |
Michael J. Spencer
|
ebad2f9d36
|
Support: Add PathV2 implementation.
llvm-svn: 120329
|
2010-11-29 22:28:51 +00:00 |