[clang] [alpha.webkit.UncountedCallArgsChecker] Allow ArrayInitLoopExpr and OpaqueValueExpr in trivial expressions (PR #127182)

Rashmi Mudduluru via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 12:57:58 PST 2025


================
@@ -0,0 +1,47 @@
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify %s
----------------
t-rasmud wrote:

Do we need to test these expressions in non-trivial expressions? Or do such tests already exist?

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


More information about the cfe-commits mailing list