[clang] [analyzer] Retain address space information in getElementRegion (PR #151370)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 31 03:09:04 PDT 2025
================
@@ -0,0 +1,11 @@
+// RUN: %clang_analyze_cc1 -triple amdgcn-unknown-unknown \
+// RUN: -analyzer-checker=core,unix.Malloc -verify %s
----------------
steakhal wrote:
```suggestion
// RUN: -analyzer-checker=core -verify %s
```
https://github.com/llvm/llvm-project/pull/151370
More information about the cfe-commits
mailing list