aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-43/+43
1999-09-02cp-tree.h (cp_function): Move here, from decl.c.Mark Mitchell1-1/+0
1999-09-02call.c (build_conditional_expr): Warn on enum mismatches.Nathan Sidwell1-7/+19
1999-09-01cp-tree.h (lang_type): Move align into type_flags.Mark Mitchell1-4/+3
1999-08-24call.c (build_conditional_expr): Fix typo.Jason Merrill1-1/+1
1999-08-14Speed up Koenig lookup.Jason Merrill1-0/+21
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-24/+1
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-25/+5
1999-08-03call.c (convert_arg_to_ellipsis): Use pod_type_p.Nathan Sidwell1-5/+9
1999-08-03lex.c (yyprint): Handle PFUNCNAME.Jason Merrill1-1/+1
1999-08-02call.c: Include defaults.h instead of expr.h.Richard Henderson1-1/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-8/+7
1999-08-02* call.c (build_conditional_expr): Fix typo in comment.Mark Mitchell1-2/+2
1999-07-31call.c (build_conditional_expr): Call convert_from_reference to avoid referen...Mark Mitchell1-7/+11
1999-07-28call.c (conditional_conversion): Don't build BASE_CONVs for conversions betwe...Mark Mitchell1-7/+27
1999-07-26cp-tree.h (ncp_convert): Rename to perform_implicit_conversion.Mark Mitchell1-5/+11
1999-07-26cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.Mark Mitchell1-42/+461
1999-07-23call.c (reference_binding): Tweak.Mark Mitchell1-7/+15
1999-07-23call.c (NEED_TEMPORARY_P): New macro.Mark Mitchell1-83/+381
1999-06-16call.c (build_method_call): Remove bogus code for two-argument delete.Mark Mitchell1-23/+0
1999-06-14* call.c (build_new_op): Remove REF_BIND from all operands.Nathan Sidwell1-2/+12
1999-05-20call.c (build_object_call): Don't look at DECL_NAME for a type.Mark Mitchell1-1/+5
1999-05-18call.c (find_scoped_type, [...]): Lose.Jason Merrill1-125/+0
1999-05-18call.c (joust): Compare the types of the conv ops, not the target types of th...Jason Merrill1-2/+2
1999-05-17call.c (build_over_call): Don't throw away initializations/copies of empty cl...Mark Mitchell1-16/+24
1999-05-06* call.c (build_new_method_call): Use TYPE_MAIN_VARIANT of class.Nathan Sidwell1-1/+1
1999-04-14cp-tree.h (popclass): Change declaration.Mark Mitchell1-1/+1
1999-04-12cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.Jason Merrill1-3/+3
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-4/+19
1999-03-26call.c (build_field_call): Unify 'this' and non-'this' cases.Jason Merrill1-76/+24
1999-03-26Warning fixes:Kaveh R. Ghazi1-4/+8
1999-03-14* call.c (add_function_candidate): Fix uninitialized variable.Jason Merrill1-1/+1
1999-03-09* call.c (add_builtin_candidates): Handle overloaded conversion ops.Jason Merrill1-2/+2
1999-03-09cp-tree.h (flag_access_control): Declare.Mark Mitchell1-16/+18
1999-03-09call.c (add_function_candidate): Check for proper number of args before check...Jason Merrill1-20/+48
1999-02-26typeck.c (complete_type_or_else): Add VALUE arg, for helpful diagnostics.Nathan Sidwell1-2/+4
1999-02-21cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.Mark Mitchell1-1/+1
1999-02-16cp-tree.h (tsubst): Change prototype.Mark Mitchell1-1/+1
1999-01-25class.c (resolve_address_of_overloaded_function): Mark the chosen function used.Jason Merrill1-1/+4
1999-01-21cp-tree.h (PARM_DECL_EXPR): Delete.Mark Mitchell1-32/+38
1999-01-20error.c (dump_function_decl): Don't print the argument types for a function w...Mark Mitchell1-0/+4
1998-12-07decl.c (build_typename_type): Set DECL_ARTIFICIAL.Jason Merrill1-2/+2
1998-12-05decl2.c (coerce_new_type): Use same_type_p.Jason Merrill1-1/+2
1998-12-04pt.c (check_template_shadow): New fn.Jason Merrill1-0/+3
1998-11-24except.c (expand_throw): Use cp_finish_decl for the throw temp.Jason Merrill1-2/+1
1998-11-24lex.c (handle_generic_pragma): Use token_buffer.Jason Merrill1-1/+1
1998-11-23class.c (add_method): Build up OVERLOADs properly for conversion ops.Jason Merrill1-6/+20
1998-11-18decl.c (cplus_expand_expr_stmt): Always complain about unresolved type.Jason Merrill1-1/+2
1998-11-16decl.c (cplus_expand_expr_stmt): Promote warning about naked member function ...Jason Merrill1-3/+8
1998-11-01cp-tree.h (COMPARE_STRICT): New macro.Mark Mitchell1-33/+33