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

Ryosuke Niwa via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 13:58:45 PST 2025


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

Added a non-trivial test case.

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


More information about the cfe-commits mailing list