[clang] Thread Safety Analysis: Support warning on taking address of guarded variables (PR #123063)
Marco Elver via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 00:46:20 PST 2025
melver wrote:
[...]
> Then we only need to make sure that `checkPtAccess` can look through `&`, as mentioned above. (Casts should already be unwrapped.) This might not even need a new flag, it's just closing a gap in the existing analysis.
Thanks for the suggestions!
I implemented both -- please see https://github.com/llvm/llvm-project/pull/127396.
https://github.com/llvm/llvm-project/pull/123063
More information about the cfe-commits
mailing list