[PATCH] D104261: Thread safety analysis: Always warn when dropping locks on back edges
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 28 09:41:46 PDT 2021
aaronpuchert added a subscriber: rupprecht.
aaronpuchert added a comment.
In D104261#2841356 <https://reviews.llvm.org/D104261#2841356>, @delesley wrote:
> since it's restricted to relockable managed locks, I'm not too worried...
Not quite, it affects scoped locks with explicit unlock, which was supported before D49885 <https://reviews.llvm.org/D49885>.
@rupprecht, can you still test patches on Google's code? Would be good to know if this breaks anything.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104261/new/
https://reviews.llvm.org/D104261
More information about the cfe-commits
mailing list