[clang] [alpha.webkit.UnretainedLambdaCapturesChecker] Add the support for protectedSelf (PR #132518)
Rashmi Mudduluru via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 9 09:19:24 PDT 2025
================
@@ -448,6 +483,10 @@ class UnretainedLambdaCapturesChecker : public RawPtrRefLambdaCapturesChecker {
return RTC->isUnretained(QT);
}
+ virtual bool isPtrType(const std::string &Name) const final {
----------------
t-rasmud wrote:
Are there any actual callers to this function?
https://github.com/llvm/llvm-project/pull/132518
More information about the cfe-commits
mailing list