[clang] [clang][analyzer] Support non-default address spaces in the cstring checker (PR #153498)
Isaac Nudelman via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 14 17:05:37 PDT 2025
================
@@ -1,11 +1,26 @@
// RUN: %clang_analyze_cc1 -triple amdgcn-unknown-unknown \
-// RUN: -analyzer-checker=core -verify %s
+// RUN: -analyzer-checker=core,unix -verify %s
----------------
nuudlman wrote:
Thanks for pointing this out, applied!
https://github.com/llvm/llvm-project/pull/153498
More information about the cfe-commits
mailing list