[clang] [clang][analyzer] Introduce modeling for threading related checkers (PR #109636)
Endre Fülöp via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 06:55:23 PDT 2024
gamesh411 wrote:
> Usually its hard to see how the implementation changes if anyways all the surrounding code moves. For such changes, if the change is large (like in this case, its a 2k+ diff), it feels better to review the individual commits instead of everything all at once. If we do that right, the bulk of the change will be attributed to a handful of NFC mechanical changes, and I could focus on whats left.
We can do that. I will just create separate PRs for these commits, emphasizing in each one whether they are NFCs or the key points where they deviate from being NFCs.
https://github.com/llvm/llvm-project/pull/109636
More information about the cfe-commits
mailing list