This revision was automatically updated to reflect the committed changes.
Closed by commit rG58822837cd53: [clang][deps] Use lock_guard instead of
unique_lock (authored by jansvoboda11).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115332/new/
http
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115332/new/
https://reviews.llvm.org/D115332
___
jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith, arphaman.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch changes uses of `std::unique_lock` to `std::lock_guard`.
The `std::u