[clang] [analyzer] Resolve lambda captures for explicit object parameters (PR #219726)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 29 14:38:43 PDT 2026


================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -analyze -std=c++23 -analyzer-checker=core.DivideZero -verify %s
----------------
steakhal wrote:

You probably want to follow analyzer_cc1 like in any other tests. Also enable the whole core package.

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


More information about the cfe-commits mailing list