OSDN Git Service

* search.c (get_dynamic_cast_base_type): When building a new
[pf3gnuchains/gcc-fork.git] / gcc / cp / call.c
2001-03-23 bryce2001-03-23 Bryce McKinlay <bryce@albatross.co.nz>
2001-03-12 nathancp:
2001-03-02 nathancp:
2001-02-26 oldham2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
2001-02-18 jason Do put the VTT parameter in DECL_ARGUMENTS.
2001-02-17 mmitchel * call.c (check_dtor_name): Handle template names...
2001-02-17 jasonimprove comment
2001-02-17 jason * cp-tree.h (DECL_USE_VTT_PARM): Remove.
2001-02-16 jakub * call.c (convert_like_real): Create a temporary for...
2001-02-14 mmitchel * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
2001-02-12 mmitchel Remove old ABI support.
2001-02-02 jakub * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-24 nathanmissed in
2001-01-23 nathancp:
2001-01-22 nathancp:
2001-01-17 lerdsuwa * typeck.c (build_function_call_real): Call fold on...
2001-01-11 nathancp:
2001-01-10 nathancp:
2001-01-04 mmitchel * call.c (build_conv): Don't use build1 for USER_CONV.
2001-01-02 jason * typeck.c (strip_all_pointer_quals): Also...
2000-12-22 jason * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUN...
2000-12-22 jason In partial ordering for a call, ignore parms...
2000-12-21 jason * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_...
2000-12-15 jason * call.c (build_op_delete_call): See through...
2000-12-09 jason * error.c (dump_function_name): Don't let the...
2000-12-07 nathan * cp-tree.h (sufficient_parms_p): Declare new function.
2000-12-01 nathancp:
2000-11-30 nathancp:
2000-11-16 nathan * call.c (op_error): Make error messages clearer.
2000-11-01 berndsConstant folding for builtins
2000-10-23 jason * call.c (equal_functions): Also call decls_mat...
2000-10-23 mmitchel * call.c (standard_conversion): Use RVALUE_CONVs for all
2000-10-22 jason * call.c (build_conditional_expr): Use ocp_conv...
2000-09-19 ghazi * Makefile.in (c-common.o): Depend on diagnostic.h.
2000-09-01 nathan * call.c (build_scoped_method_call): Check it is not...
2000-08-17 nathan * cp-tree.h (instantiate_type_flags): New enumeration.
2000-07-17 jason * typeck.c (mark_addressable): Never set TREE_USED.
2000-07-05 jason * call.c (joust): Don't complain about `operato...
2000-06-30 mmitchel * c-common.c: Include c-common.h, not c-lex.h or c...
2000-06-22 nathan * call.c (build_x_va_arg): Check if in a template...
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-09 zacktoplevel:
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-05-31 mmitchel * invoke.texi: Remove documentation for -fguiding...
2000-05-31 mmitchel * call.c (add_template_candidate_real): Handle member...
2000-05-30 mmitchel * call.c (joust): Fix handling of overloaded builtin...
2000-05-28 mmitchel2000-05-27 Alex Samuel <samuel@codesourcery.com>
2000-05-25 mmitchel Finish implementation of VTTs.
2000-05-24 mmitchel * cp-tree.h (build_delete): Change prototype.
2000-05-01 mmitchel * cp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-25 gdr2000-04-24 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-20 jason * typeck.c (build_x_function_call): Resolve...
2000-04-12 mmitchel * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-04-06 mmitchel * final.c (final): Use xcalloc to allocate line_note_e...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-21 nathangcc
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-09 jason * tree.h (struct tree_common): Rename raises_fl...
2000-03-08 nathan * typeck.c (convert_for_assignment): Don't look at...
2000-03-05 nathan * call.c (convert_like): Macrofy.
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-27 jason Implement class scope using-declarations for...
2000-02-26 lawFix copyrights
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-02-22 mmitchel * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-21 gdr2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-06 ghazi * Makefile.in (call.o): Depend on $(EXPR_H).
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-24 rth * rtl.def: Add unordered fp comparisions.
2000-01-17 mmitchel * cp-tree.h (build_shared_int_cst): New function.
2000-01-17 mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-13 ghazi * calls.c (emit_call_1): Wrap varaible `struct_...
2000-01-12 mmitchel * call.c (convert_class_to_reference): Fix typos.
2000-01-01 loewis * call.c (build_new_method_call): Also check destructors.
1999-12-29 mmitchel * cp-tree.h (lang_type): Replace abstract_virtuals...
1999-12-21 mmitchel * cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-14 mmitchel * call.c (build_conditional_expr): Use build_target_ex...
1999-10-28 mmitchel * cp-tree.h (make_temp_vec): Remove.
1999-10-27 law * c-typeck.c (build_function_call): Check that...
1999-10-21 mmitchel * cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
1999-10-13 nathan * cp-tree.h (build_x_va_arg): Prototype new function.
1999-10-06 mmitchel * cp-tree.h (CLASSTYPE_VFIELD): Remove.
1999-10-04 mmitchel1999-10-04 Mark Mitchell <mark@codesourcery.com>
1999-09-17 nathanRevert call.c 1.173 change, do same effect, but more...
1999-09-17 nathan * call.c (perform_implicit_conversion): Deal with...
1999-09-15 mmitchel * decl.c (build_target_expr): Set TREE_SIDE_EFFECTS...
1999-09-14 mmitchel * cp-tree.h (build_target_expr): New function.
1999-09-13 jason * call.c (build_conditional_expr): Always use a TARGET...
1999-09-13 mmitchel * call.c (implicit_conversion): Robustify. Handle...
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-02 mmitchel * cp-tree.h (cp_function): Move here, from decl.c.
1999-09-02 nathan * call.c (build_conditional_expr): Warn on enum mismat...
next