aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)Author
1999-06-16 * decl2.c (import_export_decl): Use same_type_p, rather thanmmitchel
1999-06-06 * method.c (is_back_referenceable_type): Back-reference bools whenmmitchel
1999-04-16 * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.mmitchel
1999-04-13 * class.c (finish_struct_1): Look at the const-ness of the field'smmitchel
1999-04-11 * friend.c (add_friend): Deal gracefully with error_mark_node.mmitchel
1999-04-021999-04-02 Mark Mitchell <mark@codesourcery.com>mmitchel
1999-03-23 * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.mmitchel
1999-03-16 * method.c (old_backref_index): Split out...jason
1999-03-14 * decl.c (duplicate_decls): Use same_type_p.jason
1999-03-09 * cp-tree.h (flag_access_control): Declare.mmitchel
1999-03-03 * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4jason
1999-02-26 * typeck.c (complete_type_or_else): Add VALUE arg, for helpfuljason
1999-02-23 * errfn.c: Change varargs code to look like toplev.c.jason
1999-02-16 * cp-tree.h (tsubst): Change prototype.mmitchel
1998-12-22Warning fixes:ghazi
1998-11-23bkoz
1998-11-17 * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.mmitchel
1998-11-08 * method.c (build_overload_value): Handle REFERENCE_TYPE.mmitchel
1998-10-27 * lex.c (do_identifier): Also generate LOOKUP_EXPR for RESULT_DECL.jason
1998-10-23 * cplus-dem.c (work_stuff): Replace const_type and volatile_typemmitchel
1998-10-19 Revamp references to member functions.jason
1998-10-16 * class.c (add_method): Fix documentation to reflect previousmmitchel
1998-10-06 * cp-tree.def (PTRMEM_CST): New tree node.mmitchel
1998-10-05 * pt.c (instantiate_decl): Do save and restore file position.jason
1998-09-211998-09-20 Martin von L�wis <loewis@informatik.hu-berlin.de>loewis
1998-09-07revert error reporting patchjason
1998-09-06 * cp-error.def: New file.mmitchel
1998-09-03 * cp-tree.h (finish_globally_qualified_member_call_expr):mmitchel
1998-08-27 * class.c: #if 0 complete_type_p.jason
1998-08-20 * tree.c (search_tree, no_linkage_helper, no_linkage_check): New fn.jason
1998-08-17 * decl.c (grokdeclarator): Catch parm with pointer to array ofjason
1998-08-04 * decl.c (pushtag): Don't mangle the name of a TYPE_DECL if itmmitchel
1998-08-03 * method.c (set_mangled_name_for_decl): Change return type to void.jason
1998-08-02 * cp-tree.def (LOOKUP_EXPR): Document. Remove second argument.mmitchel
1998-07-28 * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.mmitchel
1998-07-21 * tree.c (canonical_type_variant): New fn to handle arrays.jason
1998-07-15 * method.c (build_decl_overload_real): Fix namespace handling.jason
1998-07-14 * call.c (joust): Don't warn about "confusing" conversions to thejason
1998-07-12 * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM): Add parameterjason
1998-07-11 * cplus-dem.c (string): Move definition before work_stuff.mmitchel
1998-06-25 * cp-tree.h (CP_DECL_CONTEXT): New macro.jason
1998-06-25 * method.c (emit_thunk): Set current_function_is_thunk for therth
1998-06-17 * method.c (hack_identifier): Complain about getting a namespacejason
1998-06-16revertjason
1998-06-16 * method.c (hack_identifier): Don't let a class template out.jason
1998-06-04 * method.c (make_thunk): Use overload machinery to make name.jason
1998-06-01abothner
1998-05-29 * cp-tree.h (DECL_DESTRUCTOR_P): New macro.jason
1998-05-251998-05-25 Mark Mitchell <mark@markmitchell.com>mmitchel
1998-05-19Warning fixes:ghazi