You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the v6 release work, we're looking into some code cleanup actions. One of them is removing code locations marked as DEPRECATED. What follows is a list we have compiled, for better tracking of the effort across the community, along with some notes from our original investigation:
Hello,
As part of the
v6
release work, we're looking into some code cleanup actions. One of them is removing code locations marked asDEPRECATED
. What follows is a list we have compiled, for better tracking of the effort across the community, along with some notes from our original investigation:virtual statet &get_state
#8009bool is_cfg_spurious
#8010class_hierarchy_grapht
- make abstract or otherwiseuninitialisable?
public symbol_table
andpublic goto_functions
#8012string_constraint_generatort::add_axioms_for_concat
#8013string_constraint_generatort::add_axioms_for_concat_code_point
#8014pair<exprt, string_constraints> string_constraint_generatort::add_axioms_for_copy
#8018pair<exprt, string_constraints> string_constraint_generatort::add_axioms_for_is_empty
#8019pair<exprt, string_constraints> string_constraint_generatort::add_axioms_for_is_suffix
#8020pair<exprt, string_constraints> string_constraint_generatort::add_axioms_from_long
#8021pair<exprt, string_constraints> string_constraint_generatort::add_axioms_from_bool
#8022pair<exprt, string_constraints> string_constraint_generatort::add_axioms_from_int_hex
#8023index_type()
deprecated
but still widely used?deprecated
messaget()
(emptymessaget
constructor) #8017set_function
andget_function
#8026get_value()
andset_value()
string_constantt::get_value
andstring_constantt::set_value
call sites. #7999x.set_attribute
? #8027The text was updated successfully, but these errors were encountered: