OSDN Git Service

* cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / cp / call.c
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...
1999-09-01 mmitchel * cp-tree.h (lang_type): Move align into type_flags.
1999-08-24 jason * call.c (build_conditional_expr): Fix typo.
1999-08-14 jason Speed up Koenig lookup.
1999-08-14 mmitchel * cp-tree.def (DECL_STMT): Make it smaller.
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-03 nathan * call.c (convert_arg_to_ellipsis): Use pod_type_p.
1999-08-03 jason * lex.c (yyprint): Handle PFUNCNAME.
1999-08-03 rth * call.c: Include defaults.h instead of expr.h.
1999-08-02 rthJakub Jelinek <jj@ultra.linux.cz>
1999-08-02 mmitchel * call.c (build_conditional_expr): Fix typo in comment.
1999-07-31 mmitchel * call.c (build_conditional_expr): Call convert_from_r...
1999-07-28 mmitchel * call.c (conditional_conversion): Don't build BASE_CO...
1999-07-26 mmitchel * cp-tree.h (ncp_convert): Rename to perform_implicit_...
1999-07-26 mmitchel * cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-07-23 mmitchel * call.c (reference_binding): Tweak.
1999-07-23 mmitchel * call.c (NEED_TEMPORARY_P): New macro.
1999-06-16 mmitchel * call.c (build_method_call): Remove bogus code for...
1999-06-14 nathan * call.c (build_new_op): Remove REF_BIND from all...
1999-05-20 mmitchel * call.c (build_object_call): Don't look at DECL_NAME...
1999-05-19 jason * call.c (find_scoped_type, resolve_scope_to_name...
1999-05-18 jason * call.c (joust): Compare the types of the conv ops...
1999-05-17 mmitchel * call.c (build_over_call): Don't throw away
1999-05-06 nathan * call.c (build_new_method_call): Use TYPE_MAIN_VARIAN...
1999-04-14 mmitchel * cp-tree.h (popclass): Change declaration.
1999-04-13 jason * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
1999-04-02 mmitchel1999-04-02 Mark Mitchell <mark@codesourcery.com>
1999-03-27 jason * call.c (build_field_call): Unify 'this' and non...
1999-03-26 ghaziWarning fixes:
1999-03-15 jason * call.c (add_function_candidate): Fix uninitialized...
1999-03-10 jason * call.c (add_builtin_candidates): Handle overloaded...
1999-03-09 mmitchel * cp-tree.h (flag_access_control): Declare.
1999-03-09 jason * call.c (add_function_candidate): Check for proper...
1999-02-26 jason * typeck.c (complete_type_or_else): Add VALUE arg...
1999-02-21 mmitchel1999-02-19 Mark Mitchell <mark@markmitchell.com>
1999-02-16 mmitchel * cp-tree.h (tsubst): Change prototype.
1999-01-25 jason * class.c (resolve_address_of_overloaded_function...
1999-01-21 mmitchel * cp-tree.h (PARM_DECL_EXPR): Delete.
1999-01-20 mmitchel * error.c (dump_function_decl): Don't print the argume...
1998-12-07 jason * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-12-06 jason * decl2.c (coerce_new_type): Use same_type_p.
1998-12-04 jason * pt.c (check_template_shadow): New fn.
1998-11-25 jason * except.c (expand_throw): Use cp_finish_decl for...
1998-11-24 jason * lex.c (handle_generic_pragma): Use token_buffer.
1998-11-24 jason * class.c (add_method): Build up OVERLOADs properly...
1998-11-18 jason * decl.c (cplus_expand_expr_stmt): Always complain...
1998-11-16 jason * decl.c (cplus_expand_expr_stmt): Promote warning...
1998-11-01 mmitchel * cp-tree.h (COMPARE_STRICT): New macro.
1998-10-28 jason * call.c (add_function_candidate): Treat conversion...
1998-10-27 jason * call.c (standard_conversion): instantiate_type here.
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-19 jason Revamp references to member functions.
1998-10-09 jason * pt.c (resolve_overloaded_unification): New fn.
1998-10-06 mmitchel * call.c (resolve_args): Resolve template specializati...
1998-10-06 ghaziWarning fixes:
1998-10-05 jason * pt.c (instantiate_decl): Do save and restore file...
next