aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/LockFileManagerTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-r...Aaron Ballman1-2/+2
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola1-4/+3
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-03-25Fix these tests on windows.Rafael Espindola1-15/+10
2014-03-23SupportTests.LockFileManagerTest: Add assertions for Win32.NAKAMURA Takumi1-2/+16
2014-03-22Suppress SupportTests.LockFileManagerTest on win32 for investigating.NAKAMURA Takumi1-0/+2
2014-03-21[Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis1-0/+37
2014-03-21[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis1-0/+32
2014-01-10Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola1-1/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+0
2013-08-07Fix boolean logic in LockFileManager and test itReid Kleckner1-0/+48