[clang] [analyzer] Fix crash in RegionStoreManager::bindArray from constructor array-to-pointer decay (PR #210649)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 21 03:48:56 PDT 2026


================
@@ -0,0 +1,34 @@
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -std=c++17 -verify %s
----------------
steakhal wrote:

```suggestion
// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux-gnu -analyzer-checker=core,debug.ExprInspection -std=c++17 -verify %s
```

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


More information about the cfe-commits mailing list