OSDN Git Service

* tree.h (TREE_CODE_LENGTH): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / cp / method.c
2000-05-27 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-05-26 mmitchel * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
2000-05-22 mmitchel * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-22 mmitchel * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity...
2000-05-19 mmitchel Don't create a separate copy of virtual bases for the
2000-05-05 mmitchel * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-04-30 mmitchel * method.c (emit_thunk): Don't try to return a `void...
2000-04-17 mmitchel * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_...
2000-04-16 mmitchelFix typo
2000-04-16 mmitchel * cp-tree.def (THUNK_DECL): Add to documentation.
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-11 mmitchel * cp-tre.h (finish_function): Change prototype.
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-20 jason * method.c (build_overload_int): Use host_integerp.
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-02-26 lawFix copyrights
2000-02-22 mmitchel * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-07 jason * cp-tree.h (struct saved_scope): Add incomplet...
2000-01-29 mmitchel * cp-tree.def (THUNK_DECL): Discuss vcall indices.
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-17 mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-14 loewis * method.c (build_decl_overload_real): Check whether...
1999-12-29 mmitchel * cp-tree.h (do_inline_function_hair): Remove.
1999-12-20 cruxcurrent_function -> cfun
1999-12-16 mmitchel1999-12-16 Mark Mitchell <mark@codesourcery.com>
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-10-25 mmitchel * decl.c (push_overloaded_decl_1): Use pushdecl.
1999-10-19 mmitchel * method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.
1999-10-08 ghazi * Makefile.in (insn-recog.o): Depend on hard...
1999-10-05 mmitchel * method.c (synthesize_method): Call setup_vtbl_ptr...
1999-10-04 mmitchel * cp-tree.h (struct language_function): Remove static_...
1999-10-04 mmitchel1999-10-04 Mark Mitchell <mark@codesourcery.com>
1999-10-01 mmitchel * method.c (emit_thunk): Don't crash when -fsyntax...
1999-09-18 mmitchel Turn on function-at-a-time processing.
1999-09-10 mmitchel * cp-tree.h (FN_TRY_BLOCK_P): New macro.
1999-09-09 mmitchel Reorganize per-function data.
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-07 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-06 mmitchel Get ready for garbage collection.
1999-09-04 mmitchel * Makefile.in (CXX_TREE_H): Include function.h.
1999-09-02 mmitchel * cp-tree.h (cp_function): Move here, from decl.c.
1999-08-26 mmitchel * decl.c (grokdeclarator): Amend comment.
1999-08-25 mmitchel * cp-tree.def (SUBOBJECT): New tree node.
1999-08-20 aph1999-08-18 Andrew Haley <aph@cygnus.com>
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-07 ghazi * class.c (count_fields, add_fields_to_vec): Add stati...
1999-07-27 jason * method.c: Remove prototype for largest_union_member.
1999-07-21 jason * decl.c (warn_extern_redeclared_static): Check DECL_A...
1999-06-16 mmitchel * decl2.c (import_export_decl): Use same_type_p, rathe...
1999-06-06 mmitchel * method.c (is_back_referenceable_type): Back-referenc...
1999-05-25 mmitchel * class.c (finish_vtbls): Copy BINFO_VIRTUALs before...
1999-05-19 jason Implement anonymous structs.
1999-04-16 mmitchel * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
1999-04-13 mmitchel * class.c (finish_struct_1): Look at the const-ness...
1999-04-11 mmitchel * friend.c (add_friend): Deal gracefully with error_ma...
1999-04-02 mmitchel1999-04-02 Mark Mitchell <mark@codesourcery.com>
1999-03-23 mmitchel * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-03-16 jason * method.c (old_backref_index): Split out...
1999-03-14 jason * decl.c (duplicate_decls): Use same_type_p.
1999-03-09 mmitchel * cp-tree.h (flag_access_control): Declare.
1999-03-03 jason * class.c, decl2.c, method.c, pt.c: Add 'static' to...
1999-02-26 jason * typeck.c (complete_type_or_else): Add VALUE arg...
1999-02-23 jason * errfn.c: Change varargs code to look like toplev.c.
1999-02-16 mmitchel * cp-tree.h (tsubst): Change prototype.
1998-12-22 ghaziWarning fixes:
1998-11-23 bkoz
1998-11-17 mmitchel * cp-tree.h (TYPE_ALIAS_SET): Document language-depend...
1998-11-08 mmitchel * method.c (build_overload_value): Handle REFERENCE_TYPE.
1998-10-27 jason * lex.c (do_identifier): Also generate LOOKUP_EXPR...
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-19 jason Revamp references to member functions.
1998-10-16 mmitchel * class.c (add_method): Fix documentation to reflect...
1998-10-06 mmitchel * cp-tree.def (PTRMEM_CST): New tree node.
1998-10-05 jason * pt.c (instantiate_decl): Do save and restore file...
1998-09-21 loewis1998-09-20 Martin von L�wis <loewis@informatik.hu...
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-09-03 mmitchel * cp-tree.h (finish_globally_qualified_member_call_expr):
1998-08-27 jason * class.c: #if 0 complete_type_p.
1998-08-20 jason * tree.c (search_tree, no_linkage_helper, no_linkage_c...
1998-08-17 jason * decl.c (grokdeclarator): Catch parm with pointer...
1998-08-04 mmitchel * decl.c (pushtag): Don't mangle the name of a TYPE_DE...
1998-08-03 jason * method.c (set_mangled_name_for_decl): Change return...
1998-08-02 mmitchel * cp-tree.def (LOOKUP_EXPR): Document. Remove second...
1998-07-28 mmitchel * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
1998-07-21 jason * tree.c (canonical_type_variant): New fn to handle...
1998-07-15 jason * method.c (build_decl_overload_real): Fix namespace...
1998-07-14 jason * call.c (joust): Don't warn about "confusing" convers...
1998-07-12 jason * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM...
1998-07-11 mmitchel * cplus-dem.c (string): Move definition before work_stuff.
1998-06-25 jason * cp-tree.h (CP_DECL_CONTEXT): New macro.
1998-06-25 rth * method.c (emit_thunk): Set current_function_i...
next