aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-3/+3
2000-03-10decl.c (push_overloaded_decl_1, [...]): Lose.Jason Merrill1-5/+14
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill1-0/+7
2000-03-08typeck.c (convert_for_assignment): Don't look at array initializer.Nathan Sidwell1-2/+3
2000-03-05call.c (convert_like): Macrofy.Nathan Sidwell1-23/+35
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-25/+0
2000-02-27Implement class scope using-declarations for functions.Jason Merrill1-64/+73
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-5/+5
2000-02-22cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.Mark Mitchell1-1/+1
2000-02-21call.c (build_object_call): Compress consecutive calls to cp_error.Gabriel Dos Reis1-4/+3
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-4/+4
2000-02-06Makefile.in (call.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-43/+43
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-13/+7
2000-01-17cp-tree.h (build_shared_int_cst): New function.Mark Mitchell1-1/+1
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell1-10/+12
2000-01-13calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in macro conditi...Kaveh R. Ghazi1-0/+4
2000-01-12call.c (convert_class_to_reference): Fix typos.Mark Mitchell1-8/+8
2000-01-01* call.c (build_new_method_call): Also check destructors.Martin v. Löwis1-3/+7
1999-12-29cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals.Mark Mitchell1-2/+2
1999-12-21cp-tree.h (TYPE_VIRTUAL_P): Rename to ...Mark Mitchell1-1/+1
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-3/+2
1999-11-14call.c (build_conditional_expr): Use build_target_expr_with_type.Mark Mitchell1-14/+3
1999-10-28cp-tree.h (make_temp_vec): Remove.Mark Mitchell1-4/+4
1999-10-26c-typeck.c (build_function_call): Check that the built-in function is of clas...Jeffrey A Law1-1/+2
1999-10-21cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell1-4/+1
1999-10-13cp-tree.h (build_x_va_arg): Prototype new function.Nathan Sidwell1-0/+42
1999-10-06cp-tree.h (CLASSTYPE_VFIELD): Remove.Mark Mitchell1-3/+3
1999-10-04call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where ma...Mark Mitchell1-2/+0
1999-09-17Revert call.c 1.173 change, do same effect, but more obviously.Nathan Sidwell1-4/+7
1999-09-17* call.c (perform_implicit_conversion): Deal with error_mark_node.Nathan Sidwell1-1/+2
1999-09-15decl.c (build_target_expr): Set TREE_SIDE_EFFECTS on the TARGET_EXPR.Mark Mitchell1-1/+0
1999-09-14cp-tree.h (build_target_expr): New function.Mark Mitchell1-5/+3
1999-09-13call.c (build_conditional_expr): Always use a TARGET_EXPR for class rvalues a...Jason Merrill1-5/+19
1999-09-13call.c (implicit_conversion): Robustify.Mark Mitchell1-0/+14
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