]> gcc.gnu.org Git - gcc.git/commit
cp-tree.def: Add WRAPPER.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 23 Apr 1998 22:26:41 +0000 (22:26 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 23 Apr 1998 22:26:41 +0000 (18:26 -0400)
commit5ffe581dd305bd58d49d53fc2d3776d89e56a541
treeb93fa3db5f37a1e13f91c30e07db66b00d3399e4
parent624411284f57833e930b911bb9f90a0e725bc4f6
cp-tree.def: Add WRAPPER.

* cp-tree.def: Add WRAPPER.  USER_CONV now only has two ops.
* cp-tree.h: Add WRAPPER support.
* call.c (add_candidate): Split out from add_*_candidate fns.
(build_over_call): Take the candidate instead of function and args.
Enforce access control here.  Emit overload warnings here.
(add_warning): New fn.
(joust): Add WARN parm.  If not set, call add_warning instead of
printing a warning.  Reenable some warnings.
(tourney): Pass it.
(convert_like): Adjust.
(build_new_op): Adjust.
(build_new_function_call): Adjust.
(build_user_type_conversion_1): Adjust.
(USER_CONV_FN): Adjust.
* tree.c (build_expr_wrapper, build_expr_ptr_wrapper,
build_int_wrapper): New fns.

From-SVN: r19393
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/tree.c
This page took 0.063076 seconds and 5 git commands to generate.