Initial work towards -Wshadow (#3817)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 27 Feb 2020 01:11:31 +0000 (19:11 -0600)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2020 01:11:31 +0000 (19:11 -0600)
commitd41d2a817f884e0f6c8d5cb3b87b4298bc1b56f5
tree5cfe4336c5aa40cac613238a2625b1fb4aa55d31
parent4b7de240edeee362a0b9ca440c22a8b0744cf34b
Initial work towards -Wshadow (#3817)
43 files changed:
src/api/cvc4cpp.cpp
src/expr/node.h
src/expr/type_node.h
src/preprocessing/passes/int_to_bv.cpp
src/smt_util/node_visitor.h
src/theory/arith/arith_rewriter.cpp
src/theory/arith/nonlinear_extension.cpp
src/theory/arrays/theory_arrays.cpp
src/theory/assertion.cpp
src/theory/assertion.h
src/theory/atom_requests.cpp
src/theory/atom_requests.h
src/theory/booleans/theory_bool_rewriter.cpp
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv_rewrite_rules_normalization.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/care_graph.h
src/theory/datatypes/theory_datatypes.cpp
src/theory/fp/theory_fp.cpp
src/theory/fp/theory_fp_rewriter.cpp
src/theory/fp/theory_fp_rewriter.h
src/theory/idl/theory_idl.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/fun_def_process.cpp
src/theory/quantifiers/instantiate.cpp
src/theory/quantifiers/sygus/cegis_core_connective.cpp
src/theory/quantifiers/sygus/sygus_pbe.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/rewriter.cpp
src/theory/sep/theory_sep.cpp
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_rewriter.cpp
src/theory/sets/theory_sets_rewriter.h
src/theory/strings/theory_strings.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_rewriter.h
src/theory/uf/equality_engine.cpp
src/theory/uf/equality_engine.h
src/theory/uf/equality_engine_types.h
src/theory/uf/theory_uf.cpp