summaryrefslogtreecommitdiff
path: root/lib/Support/LockFileManager.cpp
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-06
* [Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis2014-03-21
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-21
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-21
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links...Argyrios Kyrtzidis2014-03-06
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/LockFileManager] Make the LockFileManager more robust against races.Argyrios Kyrtzidis2014-03-06
* [Support/LockFileManager] Use symbolic link for the lock file.Argyrios Kyrtzidis2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Use simpler version of sys::fs::exists when possible.Rafael Espindola2014-02-13
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-10
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-07
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* <rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor2013-04-05
* Provide a "None" value for convenience when using Optional<T>()David Blaikie2013-02-21
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-04
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-29