3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 06:15:37 +00:00
z3/src/qe
Henrich Lauko 96671cfc73
Add and fix a few general compiler warnings. (#5628)
* rewriter: fix unused variable warnings

* cmake: make missing non-virtual dtors error

* treewide: add missing virtual destructors

* cmake: add a few more checks

* api: add missing virtual destructor to user_propagator_base

* examples: compile cpp example with compiler warnings

* model: fix unused variable warnings

* rewriter: fix logical-op-parentheses warnings

* sat: fix unused variable warnings

* smt: fix unused variable warnings
2021-10-29 15:42:32 +02:00
..
mbp #5454 2021-08-11 19:43:42 -07:00
CMakeLists.txt adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
nlarith_util.cpp Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
nlarith_util.h fix one typo and two misunderstandings for doxygen (#5633) 2021-10-29 15:35:05 +02:00
nlqsat.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
nlqsat.h booyah 2020-07-04 15:56:30 -07:00
qe.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
qe.h Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
qe_arith_plugin.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
qe_array_plugin.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
qe_bool_plugin.cpp update to make variables work with other theories 2018-06-14 16:08:49 -07:00
qe_bv_plugin.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
qe_cmd.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
qe_cmd.h booyah 2020-07-04 15:56:30 -07:00
qe_datatype_plugin.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
qe_dl_plugin.cpp fix build, refactor 2021-02-02 05:26:57 -08:00
qe_lite.cpp nit 2021-05-10 19:14:18 -07:00
qe_lite.h spread a few anonymous namespaces and remove some m_imp idioms 2018-12-21 22:49:06 +00:00
qe_mbi.cpp fix #5541 2021-09-20 10:10:28 -07:00
qe_mbi.h adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
qe_mbp.cpp fix build, refactor 2021-02-02 05:26:57 -08:00
qe_mbp.h adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
qe_tactic.cpp fix #3557 2020-04-03 16:37:59 -07:00
qe_tactic.h booyah 2020-07-04 15:56:30 -07:00
qsat.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
qsat.h booyah 2020-07-04 15:56:30 -07:00