[clang] [analyzer] Don't rule out symbolic pointer pointing to stack (PR #187080)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 17 14:14:32 PDT 2026
================
@@ -0,0 +1,62 @@
+// RUN: %clang_analyze_cc1 %s \
+// RUN: -analyzer-checker=core \
+// RUN: -analyzer-checker=unix.StdCLibraryFunctions \
+// RUN: -analyzer-checker=debug.ExprInspection \
+// RUN: -triple x86_64-unknown-linux-gnu \
----------------
steakhal wrote:
Why did you pin the target triple?
https://github.com/llvm/llvm-project/pull/187080
More information about the cfe-commits
mailing list