Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a8b32dec677b28abe348984945e69c4d7e63125c
/
llvm
/
unittests
/
Support
/
LockFileManagerTest.cpp
74c2c8f
Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-result warnings.
by Aaron Ballman
· 11 years ago
c049c65
Remove the last uses of 'using std::error_code'
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
663ac28
Fix these tests on windows.
by Rafael Espindola
· 12 years ago
126a6c0
SupportTests.LockFileManagerTest: Add assertions for Win32.
by NAKAMURA Takumi
· 12 years ago
d1c22be
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
by NAKAMURA Takumi
· 12 years ago
531a5be
[Support] Make sure LockFileManager works correctly with relative paths.
by Argyrios Kyrtzidis
· 12 years ago
3757569
[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.
by Argyrios Kyrtzidis
· 12 years ago
78dcc03
Remove remove_all. A compiler has no need for recursively deleting a directory.
by Rafael Espindola
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
7de8ea3
Fix boolean logic in LockFileManager and test it
by Reid Kleckner
· 12 years ago