[clang] [analyzer] Fix stale z3 analyzer-constraints name in test z3-logicalexpr-eval.c (PR #209185)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 06:57:09 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-static-analyzer-1
Author: rdevshp (rdevshp)
<details>
<summary>Changes</summary>
z3 was recently renamed to unsupported-z3.
Change the analyzer-constraints to unsupported-z3 in the test file z3-logicalexpr-eval.c
---
Full diff: https://github.com/llvm/llvm-project/pull/209185.diff
1 Files Affected:
- (modified) clang/test/Analysis/z3/z3-logicalexpr-eval.c (+1-1)
``````````diff
diff --git a/clang/test/Analysis/z3/z3-logicalexpr-eval.c b/clang/test/Analysis/z3/z3-logicalexpr-eval.c
index 2f2fb2e94b7d5..3f21d08bd98b8 100644
--- a/clang/test/Analysis/z3/z3-logicalexpr-eval.c
+++ b/clang/test/Analysis/z3/z3-logicalexpr-eval.c
@@ -1,5 +1,5 @@
// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection \
-// RUN: -analyzer-constraints=z3 -verify %s
+// RUN: -analyzer-constraints=unsupported-z3 -verify %s
// REQUIRES: z3
void clang_analyzer_eval(int);
``````````
</details>
https://github.com/llvm/llvm-project/pull/209185
More information about the cfe-commits
mailing list