cp-tree.h (xref_tag): Change prototype.
authorMark Mitchell <mark@codesourcery.com>
Wed, 26 Jun 2002 17:03:44 +0000 (17:03 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 26 Jun 2002 17:03:44 +0000 (17:03 +0000)
commit88e5899c42f407b4a004f07547b66faedb337e5d
tree6c2da327814262da8d36bf59a30e8df049d74c85
parentdd6773cd70d74d69706f5ac96df5c76151789925
cp-tree.h (xref_tag): Change prototype.

* cp-tree.h (xref_tag): Change prototype.
(handle_class_head): Likewise.
(build_x_component_ref): Likewise.
* decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
(xref_tag): Take attributes as a separate parameter.
(xref_tag_from_type): Adjust call to xref_tag.
* decl2.c (build_expr_from_tree): Adjust call to
build_x_component_ref.
(handle_class_head): Take attributes as a separate parameter.
* parse.y (parse_xref_tag): New function.
(parse_handle_class_head): Likewise.
(primary): Use parse_xref_tag.
(class_head_decl): Use parse_handle_class_head.
(class_head_defn): Likewise.
* rtti.c (init_rtti_processing): Adjust call to xref_tag.
(build_dynamic_cast_1): Likewise.
(create_pseudo_type_info): Likewise.
(emit_support_tinfos): Likewise.
* typeck.c (build_object_ref): Adjust call to
build_x_component_ref.
(build_x_component_ref): Remove protect parameter.

From-SVN: r55013
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/parse.y
gcc/cp/rtti.c
gcc/cp/typeck.c