Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / include / llvm / Support / LockFileManager.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-06 Argyrios Kyrtzidis[Support] Modify LockFileManager::waitForUnlock() to...
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...