summaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
Commit message (Expand)AuthorAgeFilesLines
* * decl.c (push_overloaded_decl_1): Use pushdecl.mmitchel1999-10-251-10/+6
* * method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.mmitchel1999-10-191-105/+161
* * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.ghazi1999-10-081-0/+1
* * method.c (synthesize_method): Call setup_vtbl_ptr for destructors.mmitchel1999-10-051-1/+1
* * cp-tree.h (struct language_function): Remove static_labelno.mmitchel1999-10-041-0/+2
* 1999-10-04 Mark Mitchell <mark@codesourcery.com>mmitchel1999-10-041-2/+0
* * method.c (emit_thunk): Don't crash when -fsyntax-only.mmitchel1999-10-011-19/+22
* Turn on function-at-a-time processing.mmitchel1999-09-181-2/+2
* * cp-tree.h (FN_TRY_BLOCK_P): New macro.mmitchel1999-09-101-15/+27
* Reorganize per-function data.mmitchel1999-09-091-2/+4
* * cp-tree.h (scratch_tree_cons): Remove.mmitchel1999-09-091-2/+2
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-071-2/+2
* Get ready for garbage collection.mmitchel1999-09-061-60/+56
* * Makefile.in (CXX_TREE_H): Include function.h.mmitchel1999-09-041-3/+2
* * cp-tree.h (cp_function): Move here, from decl.c.mmitchel1999-09-021-2/+0
* * decl.c (grokdeclarator): Amend comment.mmitchel1999-08-261-1/+7
* * cp-tree.def (SUBOBJECT): New tree node.mmitchel1999-08-251-10/+9
* 1999-08-18 Andrew Haley <aph@cygnus.com>aph1999-08-201-6/+4
* * extend.texi (C++ Signatures): Remove node.mmitchel1999-08-111-9/+1
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* * class.c (count_fields, add_fields_to_vec): Add static prototype.ghazi1999-08-071-5/+5
* * method.c: Remove prototype for largest_union_member.jason1999-07-271-1/+0
* * decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,jason1999-07-211-18/+0
* * decl2.c (import_export_decl): Use same_type_p, rather thanmmitchel1999-06-161-29/+8
* * method.c (is_back_referenceable_type): Back-reference bools whenmmitchel1999-06-061-1/+7
* * class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it tommitchel1999-05-251-2/+2
* Implement anonymous structs.jason1999-05-191-24/+7
* * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.mmitchel1999-04-161-1/+2
* * class.c (finish_struct_1): Look at the const-ness of the field'smmitchel1999-04-131-1/+1
* * friend.c (add_friend): Deal gracefully with error_mark_node.mmitchel1999-04-111-0/+16
* 1999-04-02 Mark Mitchell <mark@codesourcery.com>mmitchel1999-04-021-15/+8
* * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.mmitchel1999-03-231-43/+29
* * method.c (old_backref_index): Split out...jason1999-03-161-22/+61
* * decl.c (duplicate_decls): Use same_type_p.jason1999-03-141-110/+78
* * cp-tree.h (flag_access_control): Declare.mmitchel1999-03-091-17/+3
* * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4jason1999-03-031-5/+5
* * typeck.c (complete_type_or_else): Add VALUE arg, for helpfuljason1999-02-261-0/+1
* * errfn.c: Change varargs code to look like toplev.c.jason1999-02-231-6/+10
* * cp-tree.h (tsubst): Change prototype.mmitchel1999-02-161-1/+1
* Warning fixes:ghazi1998-12-221-1/+4
* bkoz1998-11-231-7/+46
* * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.mmitchel1998-11-171-4/+4
* * method.c (build_overload_value): Handle REFERENCE_TYPE.mmitchel1998-11-081-0/+4
* * lex.c (do_identifier): Also generate LOOKUP_EXPR for RESULT_DECL.jason1998-10-271-1/+2
* * cplus-dem.c (work_stuff): Replace const_type and volatile_typemmitchel1998-10-231-1/+8
* Revamp references to member functions.jason1998-10-191-0/+11
* * class.c (add_method): Fix documentation to reflect previousmmitchel1998-10-161-1/+7
* * cp-tree.def (PTRMEM_CST): New tree node.mmitchel1998-10-061-16/+17
* * pt.c (instantiate_decl): Do save and restore file position.jason1998-10-051-0/+1
* 1998-09-20 Martin von L�wis <loewis@informatik.hu-berlin.de>loewis1998-09-211-8/+3