[clang] [NFC][analyzer] OOB test consolidation II: constraint checking (PR #126748)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 03:47:23 PST 2025


=?utf-8?q?DonĂ¡t?= Nagy <donat.nagy at ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/126748 at github.com>


================
@@ -1,6 +1,4 @@
-// RUN: %clang_analyze_cc1 -Wno-array-bounds -analyzer-checker=core,security.ArrayBound,debug.ExprInspection -verify %s
-
-void clang_analyzer_eval(int);
+// RUN: %clang_analyze_cc1 -Wno-array-bounds -analyzer-checker=core,security.ArrayBound -verify %s
----------------
steakhal wrote:

Makes sense. I just wanted to reevaluate this suppression.

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


More information about the cfe-commits mailing list