Fixed a bunch of clang warnings. (#5637)
authorGereon Kremer <gkremer@stanford.edu>
Thu, 10 Dec 2020 00:10:36 +0000 (01:10 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 00:10:36 +0000 (16:10 -0800)
commitcc6e04b4572180596ae25001d4a1b99884030a62
tree39a881a7e71491d57f92793f16abc597a565dce2
parenta11084e760f3ddf4e95e9aeabada3c3e66810a99
Fixed a bunch of clang warnings. (#5637)
28 files changed:
src/expr/dtype.cpp
src/expr/lazy_proof_chain.cpp
src/prop/minisat/minisat.cpp
src/smt/proof_manager.cpp
src/smt/smt_solver.h
src/theory/arith/nl/iand_utils.cpp
src/theory/arith/nl/nonlinear_extension.cpp
src/theory/arith/nl/nonlinear_extension.h
src/theory/arith/nl/transcendental/transcendental_state.cpp
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/bv/theory_bv_utils.h
src/theory/datatypes/sygus_extension.cpp
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/query_generator.cpp
src/theory/quantifiers/sygus/enum_stream_substitution.cpp
src/theory/quantifiers/sygus_sampler.cpp
src/theory/quantifiers/term_database.cpp
src/theory/sep/theory_sep.cpp
src/theory/sets/cardinality_extension.cpp
src/theory/sets/theory_sets_private.cpp
src/theory/strings/core_solver.cpp
src/theory/strings/normal_form.cpp
src/theory/theory_engine.cpp
src/theory/uf/equality_engine.cpp
src/theory/uf/proof_equality_engine.cpp
src/theory/uf/symmetry_breaker.cpp