[clang] [clang][analyzer] Add taintedness to argv (PR #178054)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 23 08:19:54 PST 2026


================
@@ -0,0 +1,34 @@
+// RUN: %clang_analyze_cc1
+// -analyzer-checker=optin.taint,core,security.ArrayBound -analyzer-config
+// assume-controlled-environment=true -analyzer-output=text -verify %s
----------------
steakhal wrote:

This tries to be a RUN line, but it's broken.

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


More information about the cfe-commits mailing list