<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - StaticAnalyzer/Core/Z3ConstraintManager.cpp uses outdated interface to Z3"
href="https://bugs.llvm.org/show_bug.cgi?id=40222">40222</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>StaticAnalyzer/Core/Z3ConstraintManager.cpp uses outdated interface to Z3
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>7.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Static Analyzer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dcoughlin@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dilyan.palauzov@aegee.org
</td>
</tr>
<tr>
<th>CC</th>
<td>dcoughlin@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>cfe-7.0.1.src/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp:52
llvm::Twine(Z3_get_error_msg_ex(Context, Error)));
but Z3_get_error_msg_ex was removed from Z3:src/api/z3_api.h on 4th July 2018
with
<a href="https://github.com/Z3Prover/z3/commit/1eb8ccad59b8ea2c12b1ec8e7e712c7891b252d0">https://github.com/Z3Prover/z3/commit/1eb8ccad59b8ea2c12b1ec8e7e712c7891b252d0</a>
.
In turn the static analyzer does not compile with Z3-4.8.1.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>