https://bugs.llvm.org/show_bug.cgi?id=40222

            Bug ID: 40222
           Summary: StaticAnalyzer/Core/Z3ConstraintManager.cpp uses
                    outdated interface to Z3
           Product: clang
           Version: 7.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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
https://github.com/Z3Prover/z3/commit/1eb8ccad59b8ea2c12b1ec8e7e712c7891b252d0
.

In turn the static analyzer does not compile with Z3-4.8.1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to