https://github.com/rwlbuis updated
https://github.com/llvm/llvm-project/pull/146369
>From 1a3c8e86d991c8b689176c1e0ecfdc494325c029 Mon Sep 17 00:00:00 2001
From: Rob Buis
Date: Mon, 30 Jun 2025 16:18:40 +0100
Subject: [PATCH 1/3] [alpha.webkit.UncountedCallArgsChecker] Treat CFEqual as
a safe
@@ -45,6 +45,7 @@ CFDictionaryRef CFDictionaryCreateCopy(CFAllocatorRef
allocator, CFDictionaryRef
CFDictionaryRef CFDictionaryCreateMutableCopy(CFAllocatorRef allocator,
CFIndex capacity, CFDictionaryRef theDict);
CFIndex CFDictionaryGetCount(CFDictionaryRef theDict);
Boolea
https://github.com/rwlbuis updated
https://github.com/llvm/llvm-project/pull/146369
>From 1a3c8e86d991c8b689176c1e0ecfdc494325c029 Mon Sep 17 00:00:00 2001
From: Rob Buis
Date: Mon, 30 Jun 2025 16:18:40 +0100
Subject: [PATCH 1/3] [alpha.webkit.UncountedCallArgsChecker] Treat CFEqual as
a safe
@@ -0,0 +1,11 @@
+// RUN: %clang_analyze_cc1
-analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify %s
+
rwlbuis wrote:
Added.
https://github.com/llvm/llvm-project/pull/146369
___
cfe-commits mailing list
cfe
https://github.com/rwlbuis updated
https://github.com/llvm/llvm-project/pull/146369
>From 1a3c8e86d991c8b689176c1e0ecfdc494325c029 Mon Sep 17 00:00:00 2001
From: Rob Buis
Date: Mon, 30 Jun 2025 16:18:40 +0100
Subject: [PATCH 1/2] [alpha.webkit.UncountedCallArgsChecker] Treat CFEqual as
a safe
https://github.com/rwlbuis created
https://github.com/llvm/llvm-project/pull/146369
CFEqual is a trivial function, so treat it as safe.
>From 1a3c8e86d991c8b689176c1e0ecfdc494325c029 Mon Sep 17 00:00:00 2001
From: Rob Buis
Date: Mon, 30 Jun 2025 16:18:40 +0100
Subject: [PATCH] [alpha.webkit.U