[clang] [alpha.webkit.UncountedCallArgsChecker] Treat CFEqual as a safe function (PR #146369)

Ryosuke Niwa via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 12:06:03 PDT 2025


================
@@ -45,6 +45,7 @@ CFDictionaryRef CFDictionaryCreateCopy(CFAllocatorRef allocator, CFDictionaryRef
 CFDictionaryRef CFDictionaryCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDictionaryRef theDict);
 CFIndex CFDictionaryGetCount(CFDictionaryRef theDict);
 Boolean CFDictionaryContainsKey(CFDictionaryRef theDict, const void *key);
+extern Boolean CFEqual(CFTypeRef, CFTypeRef);
----------------
rniwa wrote:

Do we need "extern" here?

https://github.com/llvm/llvm-project/pull/146369


More information about the cfe-commits mailing list