[PATCH] D39990: Use TempFile in the implementation of LockFileManager

Rafael Ávila de Espíndola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 16:52:57 PST 2017


rafael created this revision.

This move some of the complexity over to the lower level TempFile.

It also makes it a bit more explicit where errors are ignored since we now have a call to consumeError.


https://reviews.llvm.org/D39990

Files:
  include/llvm/Support/LockFileManager.h
  lib/Support/LockFileManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39990.122748.patch
Type: text/x-patch
Size: 6113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/5a6ff94b/attachment.bin>


More information about the llvm-commits mailing list