| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
-Wunused-result warnings.
llvm-svn: 215539
|
|
|
|
|
|
| |
This finishes the transition to std::error_code.
llvm-svn: 210877
|
|
|
|
|
|
| |
This should make sure that most new uses use the std prefix.
llvm-svn: 210835
|
|
|
|
|
|
|
|
|
| |
It is impossible to create a hard link to a non existing file, so create a
dummy file, create the link an delete the dummy file.
On windows one cannot remove the current directory, so chdir first.
llvm-svn: 204719
|
|
|
|
|
|
|
| |
- create_link doesn't work for nonexistent file.
- remove cannot remove working directory.
llvm-svn: 204579
|
|
|
|
| |
llvm-svn: 204533
|
|
|
|
| |
llvm-svn: 204426
|
|
|
|
|
|
| |
LockFileManager can handle a symbolic link that points nowhere.
llvm-svn: 204422
|
|
|
|
| |
llvm-svn: 198955
|
|
|
|
|
|
|
|
|
|
| |
subsequent changes are easier to review. About to fix some layering
issues, and wanted to separate out the necessary churn.
Also comment and sink the include of "Windows.h" in three .inc files to
match the usage in Memory.inc.
llvm-svn: 198685
|
|
This fixes a bug from r187826.
Reviewers: hans
Differential Revision: http://llvm-reviews.chandlerc.com/D1304
llvm-svn: 187846
|