OSDN Git Service

* lex.c (handle_cp_pragma): Remove #pragma vtable.
[pf3gnuchains/gcc-fork.git] / gcc / cp / call.c
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...
1998-02-23 jason * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove...
1998-02-14 jason * call.c (standard_conversion): Fix multi-level ptr...
1998-02-13 jason * call.c (build_over_call): Convert builtin abs, labs...
1998-02-13 jason * call.c (standard_conversion): A BASE_CONV replaces...
1998-02-12 mmitchell * call.c (reference_binding): Use comptypes when comparing
1998-02-02 jason * call.c (add_template_candidate_real): Pass extra...
1998-02-02 lawVarious fixes for -Wall problems from Kaveh. See Chang...
1998-01-27 jason * call.c (add_template_candidate_real): New function.
1998-01-19 jason * decl.c (start_decl): Don't allow duplicate definitio...
1998-01-12 jason * init.c (build_new_1): Split out from build_new.
1997-12-22 law * call.c (add_builtin_candidate): Add default...
1997-12-15 jason * call.c (implicit_conversion): Don't call
1997-12-09 jason * decl.c (copy_args_p): Handle copy elision for types...
1997-12-04 jason * init.c (build_new): Use a TARGET_EXPR instead of...
1997-11-20 jason * method.c (build_decl_overload_real): Don't mess...
1997-11-17 jason * search.c (dfs_record_inheritance): Ignore template...
1997-11-15 jason * call.c (build_new_op): Fix copy error.
1997-11-13 jasonremoved unused parm to build_new_function_call
1997-11-12 bkoz * call.c (build_method_call): Call complete_type befor...
1997-11-12 jason * init.c (build_new): Handle freeing allocated memory...
1997-11-11 jason * call.c (build_new_method_call): Handle getting a
1997-10-14 jason * cp-tree.h (scratchalloc, build_scratch_list, make_sc...
1997-10-09 jason * pt.c (tsubst): Fix thinko.
1997-10-07 jason * decl.c (duplicate_decls): Don't warn about template...
1997-09-30 jasonMon Sep 29 19:57:51 1997 H.J. Lu (hjl@gnu.ai.mit...
1997-09-28 jasonSat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick...
1997-09-25 jason Handle multi-level typenames and implicit typename...
1997-09-20 jason * call.c (build_over_call): Do require_complete_type...
1997-09-17 jason * call.c (build_new_op): Give better error for syntact...
1997-09-16 jason * call.c (compare_qual): Handle pmfs.
1997-09-15 jason * call.c (null_ptr_cst_p): Integer type, not integral...
1997-09-15 jason * call.c (joust): Disable warnings until they can...
1997-09-08 jasonMon Sep 8 01:21:43 1997 Mark Mitchell <mmitchell...
1997-09-06 jason * class.c (grow_method): Remove check for redeclaration.
1997-09-03 jason * pt.c (type_unification): If strict and the function...
1997-09-03 jason * typeck.c (convert_arguments): Don't arbitrari...
1997-09-01 jason * call.c (build_new_op): Strip leading REF_BIND from...
1997-09-01 jason * call.c (null_ptr_cst_p): Remove support for (void*)0.
1997-08-25 jason * call.c (joust): Tweak message.
1997-08-23 law * call.c (strictly_better): Make arguments...
1997-08-21 jasonWed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick...
1997-08-19 jason * pt.c (instantiate_class_template): Call repo_templat...
next