[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:42:19 PST 2025


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

We have tests for non-trivial expressions: clang/test/Analysis/Checkers/WebKit/uncounted-obj-arg.cpp. I guess we can add a test case here for non-trivial case as well.

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


More information about the cfe-commits mailing list