* cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields):
commit2ecceb783682ae6013d080cff0660f5cb4f9fab6
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Aug 2017 14:51:45 +0000 (28 14:51 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Aug 2017 14:51:45 +0000 (28 14:51 +0000)
tree86d76159dc7ea7da90404d0613d08e9d2bcfc6c0
parent88df73d0d12c8b83250a7bd5f8ccc1126b4a9c0f
* cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields):
Delete.
* name-lookup.h (set_class_bindings,
insert_late_enum_def_bindings): Declare.
* decl.c (finish_enum_value_list): Adjust for
insert_late_enum_def_bindings name change.
* class.c (finish_struct_1): Call set_class_bindings.
(count_fields, add_fields_to_record_type,
add_enum_fields_to_record_type, sorted_fields_type_new,
insert_into_classtype_sorted_fields,
insert_late_enum_def_into_classtype_sorted_fields): Move to ...
* name-lookup.h (count_fields, add_fields_to_record_type,
add_enum_fields_to_record_type, sorted_fields_type_new,
set_class_bindings, insert_late_enum_def_bindings): ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251387 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h