aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-20method.c (build_overload_int): Use host_integerp.Jed Wing1-5/+3
2000-03-10decl.c (push_overloaded_decl_1, [...]): Lose.Jason Merrill1-1/+1
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-3/+3
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-22cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.Mark Mitchell1-6/+16
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-10/+5
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill1-4/+3
2000-01-29cp-tree.def (THUNK_DECL): Discuss vcall indices.Mark Mitchell1-1/+9
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-31/+31
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell1-1/+1
2000-01-14method.c (build_decl_overload_real): Check whether we are in :: before return...Martin v. Löwis1-2/+3
1999-12-29cp-tree.h (do_inline_function_hair): Remove.Mark Mitchell1-52/+0
1999-12-20current_function -> cfunBernd Schmidt1-1/+1
1999-12-16class.c (check_field_decls): Don't return a value.Mark Mitchell1-36/+28
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-6/+1
1999-10-25decl.c (push_overloaded_decl_1): Use pushdecl.Mark Mitchell1-10/+6
1999-10-19method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.Mark Mitchell1-105/+161
1999-10-08Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.Kaveh R. Ghazi1-0/+1
1999-10-05method.c (synthesize_method): Call setup_vtbl_ptr for destructors.Mark Mitchell1-1/+1
1999-10-04cp-tree.h (struct language_function): Remove static_labelno.Mark Mitchell1-0/+2
1999-10-04call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where ma...Mark Mitchell1-2/+0
1999-10-01* method.c (emit_thunk): Don't crash when -fsyntax-only.Mark Mitchell1-19/+22
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-2/+2
1999-09-10cp-tree.h (FN_TRY_BLOCK_P): New macro.Mark Mitchell1-15/+27
1999-09-09Reorganize per-function data.Mark Mitchell1-2/+4
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-2/+2
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-2/+2
1999-09-06Get ready for garbage collection.Mark Mitchell1-60/+56
1999-09-04Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell1-3/+2
1999-09-02cp-tree.h (cp_function): Move here, from decl.c.Mark Mitchell1-2/+0
1999-08-26decl.c (grokdeclarator): Amend comment.Mark Mitchell1-1/+7
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-10/+9
1999-08-20method.c (process_overload_item): Call build_mangled_C9x_name () for all inte...Andrew Haley1-6/+4
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-9/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-07class.c (count_fields, [...]): Add static prototype.Kaveh R. Ghazi1-5/+5
1999-07-27method.c: Remove prototype for largest_union_member.Jason Merrill1-1/+0
1999-07-21decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL...Jason Merrill1-18/+0
1999-06-16decl2.c (import_export_decl): Use same_type_p, rather than relying on pointer...Mark Mitchell1-29/+8
1999-06-06method.c (is_back_referenceable_type): Back-reference bools when not squangling.Mark Mitchell1-1/+7
1999-05-25class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to intialize a vt...Mark Mitchell1-2/+2
1999-05-19Implement anonymous structs.Jason Merrill1-24/+7
1999-04-16cp-tree.h (TREE_NONLOCAL_FLAG): Remove.Mark Mitchell1-1/+2
1999-04-13class.c (finish_struct_1): Look at the const-ness of the field's type...Mark Mitchell1-1/+1
1999-04-11friend.c (add_friend): Deal gracefully with error_mark_node.Mark Mitchell1-0/+16
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-15/+8
1999-03-23cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell1-43/+29
1999-03-16method.c (old_backref_index): Split out...Jason Merrill1-22/+61
1999-03-13decl.c (duplicate_decls): Use same_type_p.Jason Merrill1-110/+78