1. 74c2c8f Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-result warnings. by Aaron Ballman · 11 years ago
  2. c049c65 Remove the last uses of 'using std::error_code' by Rafael Espindola · 11 years ago
  3. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  4. 663ac28 Fix these tests on windows. by Rafael Espindola · 12 years ago
  5. 126a6c0 SupportTests.LockFileManagerTest: Add assertions for Win32. by NAKAMURA Takumi · 12 years ago
  6. d1c22be Suppress SupportTests.LockFileManagerTest on win32 for investigating. by NAKAMURA Takumi · 12 years ago
  7. 531a5be [Support] Make sure LockFileManager works correctly with relative paths. by Argyrios Kyrtzidis · 12 years ago
  8. 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
  9. 78dcc03 Remove remove_all. A compiler has no need for recursively deleting a directory. by Rafael Espindola · 12 years ago
  10. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  11. 7de8ea3 Fix boolean logic in LockFileManager and test it by Reid Kleckner · 12 years ago