Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Zachary Turner
|
03bcb2143b
[FileSystem] Split up the OpenFlags enumeration.
|
7 years ago |
Aaron Ballman
|
3c02eb1b96
Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-result warnings.
|
11 years ago |
Rafael Espindola
|
250305156a
Remove the last uses of 'using std::error_code'
|
11 years ago |
Rafael Espindola
|
5c792faa0e
Don't use 'using std::error_code' in include/llvm.
|
11 years ago |
Rafael Espindola
|
2cf1cdfb4e
Fix these tests on windows.
|
11 years ago |
NAKAMURA Takumi
|
12da52f917
SupportTests.LockFileManagerTest: Add assertions for Win32.
|
11 years ago |
NAKAMURA Takumi
|
4696def45d
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
|
11 years ago |
Argyrios Kyrtzidis
|
fb307be5af
[Support] Make sure LockFileManager works correctly with relative paths.
|
11 years ago |
Argyrios Kyrtzidis
|
2c8cd9a0ba
[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.
|
11 years ago |
Rafael Espindola
|
217c714a67
Remove remove_all. A compiler has no need for recursively deleting a directory.
|
11 years ago |
Chandler Carruth
|
974a445bd9
Re-sort all of the includes with ./utils/sort_includes.py so that
|
11 years ago |
Reid Kleckner
|
97c57dfcb4
Fix boolean logic in LockFileManager and test it
|
12 years ago |