[clang] [alpha.webkit.UncountedCallArgsChecker] Allow protector functions in Objective-C++ (PR #108184)
Ryosuke Niwa via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 11 10:11:19 PDT 2024
================
@@ -143,6 +143,16 @@ bool isReturnValueRefCounted(const clang::FunctionDecl *F) {
return false;
}
+std::optional<bool> isUncounted(const clang::QualType T) {
----------------
rniwa wrote:
Fixed!
https://github.com/llvm/llvm-project/pull/108184
More information about the cfe-commits
mailing list