OSDN Git Service

* call.c (find_scoped_type, resolve_scope_to_name): Lose.
[pf3gnuchains/gcc-fork.git] / gcc / cp / call.c
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...
1998-10-05 ghazi * call.c (build_object_call): Move declaration...
1998-10-04 mmitchel * call.c (build_over_call): Make pedwarns about droppe...
1998-09-15 oliva * call.c (build_field_call): handle static data member...
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-08-31 jason * cp-tree.h, decl2.c: Remove support for -fall-virtual,
1998-08-27 jason * lex.c (handle_cp_pragma): Remove #pragma vtable.
1998-08-25 jason * typeck.c (convert_for_assignment): Converting from...
1998-08-24 jason * c-common.c (combine_strings): Also set TREE_READONLY.
1998-08-23 mmitchel * iomanip.h: Use __extension__ for `extern' explicit...
1998-08-17 jason * gxxint.texi: Remove obsolete documentation of overlo...
1998-07-27 jason * call.c (build_over_call): Pass 1 to popclass.
1998-07-24 jason * cp-tree.h: Add prototype for set_identifier_local_value.
1998-07-16 mmitchel1998-07-16 Mark Mitchell <mark@markmitchell.com>
1998-07-16 mmitchel1998-07-16 Mark Mitchell <mark@markmitchell.com>
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-06-23 jason * call.c (joust): Fix confusing conversion warning.
1998-06-22 ghaziWarning fixes:
1998-06-16 jason * method.c (hack_identifier): Don't let a class templa...
1998-06-11 mmitchel * call.c (convert_default_arg): Make global, not static.
1998-06-10 jason * call.c (build_method_call): Fix thinko.
1998-06-10 jason * call.c (build_scoped_method_call): Fix thinko.
1998-06-10 jason * init.c (resolve_offset_ref): Handle default-initiali...
1998-06-05 jason * call.c (joust): Also warn about confusing conversion...
1998-06-05 jason * spew.c (yylex): Also return the TYPE_DECL if got_object.
1998-05-28 jason * decl.c (start_decl): Always pedwarn about vacuously...
1998-05-28 jason * call.c (build_method_call): Make sure get_type_value...
1998-05-25 mmitchel * call.c (tourney): Don't do any extra comparisons.
1998-05-24 mmitchel1998-05-24 Mark Mitchell <mark@markmitchell.com>
1998-05-22 jason * decl.c (lang_print_error_function): New fn.
1998-05-20 jason * decl2.c (start_objects, finish_objects, do_dtors,
1998-05-19 mmitchel * call.c (compare_qual): Remove.
1998-05-18 jason * call.c (build_over_call): Tweak empty class handling.
1998-05-17 jason * typeck.c (type_unknown_p): Return true for TREE_LIST...
1998-05-17 jason * call.c (build_over_call): Don't use IS_SIGNATURE...
1998-05-13 ghaziWarning patches:
1998-05-12 jason * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P...
1998-05-11 mmitchel * call.c (add_template_candidate): Adjust for changes to
1998-05-08 jasonmassive namespace patch
1998-05-08 jason * call.c (build_user_type_conversion_1): Handle second...
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-05-03 jason * call.c (build_over_call): Do evaluate arg even if...
1998-04-23 jason * cp-tree.def: Add WRAPPER. USER_CONV now only has...
1998-04-17 law * tree.c (avoid_overlap): Add prototype.
1998-04-09 bkozd
1998-04-07 jason * call.c (build_call): Still evaluate the actual argument.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-04-01 jasontweak
1998-04-01 jason * friend.c (is_friend): Fix access control for local...
1998-04-01 mmitchel * call.c (build_over_call): Do name resolution for...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-30 jason * call.c (build_method_call): Handle non-scoped destru...
1998-03-29 lawi * call.c (source_type): #if 0 out.
1998-03-26 jason * call.c (build_over_call): Check IS_AGGR_TYPE, not
1998-03-26 mmitchel * call.c (build_object_call): Complain about ambiguous...
1998-03-25 mmitchelWed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell...
1998-03-19 jason * call.c (standard_conversion): Handle A* -> const...
1998-03-17 mmitchel * typeck2.c (build_x_arrow): Don't crash when an aggre...
1998-03-12 manfredd
1998-03-12 manfredd
1998-03-03 jason * call.c, class.c, cp-tree.h, cvt.c, decl.c, init...
1998-03-03 jason * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts...
1998-02-28 jason * parse.y (nested_name_specifier): Use explicit_templa...
next