================ @@ -0,0 +1,44 @@ +// RUN: %clang_analyze_cc1 -analyzer-checker=optin.taint,core,security.ArrayBound -analyzer-config \ +// RUN: assume-controlled-environment=false -analyzer-output=text -verify %s +// no warning expected ---------------- steakhal wrote:
This is confusing. It is similar to the magic comment of `expected-no-diagnostics` comment, but we clearly have a warning in this file. So what's up? https://github.com/llvm/llvm-project/pull/178054 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
