aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-01cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro.Mark Mitchell1-13/+10
2000-04-26cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.Mark Mitchell1-1/+1
2000-04-25call.c (standard_conversion): Accept conversion between COMPLEX_TYPEsGabriel Dos Reis1-0/+20
2000-04-20typeck.c (build_x_function_call): Resolve an OFFSET_REF.Jason Merrill1-2/+3
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell1-16/+39
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell1-13/+22
2000-04-11cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr to has_in_char...Mark Mitchell1-11/+12
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell1-15/+29
2000-04-06final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell1-11/+2
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-2/+2
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