[PATCH] D87194: Thread safety analysis: Use access specifiers to decide about scope

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 3 12:32:32 PST 2020


aaronpuchert planned changes to this revision.
aaronpuchert added a comment.

That's a good point, while `mu_` is public, `params` is a local variable.

I need to take into account the left-hand side of a `til::Project`, which we're currently ignoring.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87194/new/

https://reviews.llvm.org/D87194



More information about the cfe-commits mailing list