diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2018-11-12 06:48:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2018-11-12 06:48:02 +0000 |
commit | ca71cc9c5a1bff0f69311a6d493ff34fd0494d57 (patch) | |
tree | 393327a8919e8b8a4fd706fff7913758b6d0668f /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | a87fe7a34574c031b03bcc5798d5d4bdba92db9e (diff) | |
download | llvm-ca71cc9c5a1bff0f69311a6d493ff34fd0494d57.zip llvm-ca71cc9c5a1bff0f69311a6d493ff34fd0494d57.tar.gz llvm-ca71cc9c5a1bff0f69311a6d493ff34fd0494d57.tar.bz2 |
Fix compatibility with z3-4.8.1
With z3-4.8.1:
../tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp:49:40: error:
'Z3_get_error_msg_ex' was not declared in this scope
../tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp:49:40: note:
suggested alternative: 'Z3_get_error_msg'
Formerly used Z3_get_error_msg_ex() as one could find in z3-4.7.1 states:
"Retained function name for backwards compatibility within v4.1"
And it is implemented only as a forwarding call:
return Z3_get_error_msg(c, err);
Differential Revision: https://reviews.llvm.org/D54391
llvm-svn: 346635
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions