aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/LockFileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-14/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-40/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-43/+45
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-071-8/+10
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-061-9/+13
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-4/+3
* <rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor2013-04-051-5/+32
* Provide a "None" value for convenience when using Optional<T>()David Blaikie2013-02-211-2/+2
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-101-3/+13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-291-0/+216