summaryrefslogtreecommitdiff
path: root/include/llvm/Support/LockFileManager.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-06
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-29