begin() const;
boundary_sptr
- end() const;
+ end() const;
static insertion_range::integer_boundary_sptr
create_integer_boundary(int value);
// was playing tricks with symbol names and
// versions).
(is_c_language(get_translation_unit(fn)->get_language())
- && fn->get_name() != fn->get_symbol()->get_name()))
+ && fn->get_name() != fn->get_symbol()->get_name()))
{
// As the name of the symbol of the function doesn't
// seem to be obvious here, make sure to tell the
emitted = true;
}
if (emitted)
- out << "\n";
+ out << "\n";
}
if (ctxt->show_added_vars())
// members of the class.
mutable regex::regex_t_sptr potential_data_members_regex_;
type_suppression::insertion_ranges insertion_ranges_;
- unordered_set<string> source_locations_to_keep_;
+ unordered_set<string> source_locations_to_keep_;
string source_location_to_keep_regex_str_;
mutable regex::regex_t_sptr source_location_to_keep_regex_;
mutable vector<string> changed_enumerator_names_;
// and not (for instance):
// has_data_member_inserted_between = {{0 , end}, {1, foo}}
//
- // This means that the tuple_property_value contains just one
- // value, which is a list_property that itself contains 2
- // values.
+ // This means that the tuple_property_value contains just one
+ // value, which is a list_property that itself contains 2
+ // values.
type_suppression::insertion_range::boundary_sptr begin, end;
ini::tuple_property_value_sptr v = prop->get_value();
if (v