[clang] [llvm] [alpha.webkit.NoUncheckedPtrMemberChecker] Introduce member variable checker for CheckedPtr/CheckedRef (PR #108352)
Ryosuke Niwa via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 26 22:53:59 PDT 2024
================
@@ -146,13 +149,67 @@ class NoUncountedMemberChecker
BR->emitReport(std::move(Report));
----------------
rniwa wrote:
I'm not calling `setDeclWithIssue` in this checker since the checker works on classes, and not functions. I guess there could be classes declared within a function?
https://github.com/llvm/llvm-project/pull/108352
More information about the cfe-commits
mailing list