[PATCH] D124128: Thread safety analysis: Store CapabilityExprs in ScopedLockableFactEntry (NFC)

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 14:29:32 PDT 2022


aaronpuchert created this revision.
aaronpuchert added a reviewer: aaron.ballman.
Herald added a project: All.
aaronpuchert requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

For now this doesn't make a whole lot of sense, but it will allow us to
store the capability kind in a CapabilityExpr and make sure it doesn't
get lost. The capabilities managed by a scoped lockable can of course be
of different kind, so we'll need to store that per entry.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124128

Files:
  clang/lib/Analysis/ThreadSafety.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124128.424033.patch
Type: text/x-patch
Size: 4743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220420/f029248f/attachment.bin>


More information about the cfe-commits mailing list