OSDN Git Service

* call.c (joust): Don't warn about "confusing" conversions to the
[pf3gnuchains/gcc-fork.git] / gcc / cp / pt.c
1998-07-14 jason * call.c (joust): Don't warn about "confusing" convers...
1998-07-12 jason * decl2.c (build_expr_from_tree): Change calls of...
1998-07-12 jason * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM...
1998-07-11 mmitchel * pt.c (push_template_decl_real): Don't look at DECL_T...
1998-06-25 jason * cp-tree.h (CP_DECL_CONTEXT): New macro.
1998-06-23 jason * call.c (joust): Fix confusing conversion warning.
1998-06-17 mmitchel * pt.c (convert_nontype_argument): Issue an error...
1998-06-13 mmitchel * pt.c (for_each_template_parm): Traverse the TYPE_CON...
1998-06-12 brendan * pt.c (check_explicit_specialization): If DECLARATOR...
1998-06-11 mmitchel * pt.c (is_member_template_class): New function.
1998-06-09 mmitchel * pt.c (fn_type_unification): Revise documentation...
1998-06-05 jason * spew.c (yylex): Also return the TYPE_DECL if got_object.
1998-06-01 bothnerd
1998-06-01 jason * pt.c (for_each_template_parm): Use first_rtl_op.
1998-05-31 jason * pt.c (tsubst): Always copy BINFO_BASETYPES.
1998-05-29 jason * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
1998-05-27 mmitchel * decl.c (shadow_label): Don't treat decls as identifiers.
1998-05-27 mmitchel * decl.c (grokdeclarator): Don't try to use TYPE_OBSTA...
1998-05-26 jason * pt.c (process_template_parm): Accept TYPENAME_TYPE...
1998-05-25 mmitchel1998-05-25 Mark Mitchell <mark@markmitchell.com>
1998-05-23 jason * cp-tree.def: Add SRCLOC.
1998-05-22 jason * pt.c (print_template_context): Use fprintf instead...
1998-05-22 jason (check_explicit_specialization): Don't mess with a...
1998-05-22 jason * pt.c (determine_specialization): Just return an...
1998-05-21 jason * pt.c (tsubst_friend_class): Don't call redeclare_cla...
1998-05-21 jason * decl2.c (maybe_make_one_only): New fn.
1998-05-20 mmitchel * class.c (delete_duplicate_fields_1): Use DECL_DECLAR...
1998-05-19 ghaziWarning fixes:
1998-05-18 brendan * pt.c (redeclare_class_template): Say where the origi...
1998-05-17 jason * pt.c (tsubst): Make sure that BINFO_TYPE of new...
1998-05-13 ghaziWarning patches:
1998-05-12 jason * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P...
1998-05-11 mmitchelupdate documentation
1998-05-11 mmitchel * pt.c (tsubst): Remove duplicate check for IDENTIFIER...
1998-05-11 mmitchel * call.c (add_template_candidate): Adjust for changes to
1998-05-08 jasonmassive namespace patch
1998-05-07 jason * pt.c (tsubst): Don't tsubst the type of an IDENTIFIE...
1998-05-06 lawtypo typo fixes fixes
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-04-26 mmitchel * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-26 mmitchel * pt.c (mabybe_get_template_decl_from_type_decl):...
1998-04-26 mmitchel * pt.c (check_explicit_specialization): Handle overloaded
1998-04-23 jason * cp-tree.def: Add WRAPPER. USER_CONV now only has...
1998-04-23 mmitchel * pt.c (unify): Fix typo in previous change.
1998-04-22 mmitchelAdd prototype
1998-04-22 mmitchel * pt.c (tsubst): Decrease the template-level of
1998-04-17 mmitchelFri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell...
1998-04-17 law * tree.c (avoid_overlap): Add prototype.
1998-04-17 jason * decl.c (duplicate_decls): Fix check for when it...
1998-04-16 law8
1998-04-09 bkozd
1998-04-02 jason * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-30 mmitchel * pt.c (fn_type_unification): Allow incomplete unific...
1998-03-30 jason * call.c (build_method_call): Handle non-scoped destru...
1998-03-28 mmitchel * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1998-03-27 mmitchel * pt.c (redeclare_class_template): New function.
1998-03-26 mmitchelThu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell...
1998-03-24 mmitchel
1998-03-24 mmitchel * cplus-dem.c (optable): Add sizeof.
1998-03-23 jason * pt.c (complete_template_args): Initialize skip properly.
1998-03-20 jason * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
1998-03-20 jason * pt.c (complete_template_args): Rewrite.
1998-03-19 mmitchel * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
1998-03-19 jason * pt.c (get_bindings_real): Rename from get_bindings...
1998-03-19 mmitchel * pt.c (check_explicit_specialization): When reverting...
1998-03-19 jason * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
1998-03-18 mmitchel * semantics.c: New file, containing routines to perfor...
1998-03-18 jason * pt.c (push_template_decl): Only check primary templates.
1998-03-18 jason * pt.c (check_explicit_specialization): Complain about...
1998-03-17 jason * pt.c (push_template_decl): Complain about template...
1998-03-16 mmitchell * pt.c (tsubst_copy): Deal with BIND_EXPR in a way...
1998-03-15 jason * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
1998-03-15 mmitchell * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
1998-03-12 manfredd
1998-03-04 mmitchell * pt.c (finish_member_template_decl): Deal more gracef...
1998-03-03 jason * call.c, class.c, cp-tree.h, cvt.c, decl.c, init...
1998-03-03 jason * pt.c (unify): Don't allow reduced cv-quals when...
1998-03-03 jason * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts...
1998-03-02 jason * parse.y (explicit_template_type): Remove TEMPLATE...
1998-03-01 jason * pt.c (instantiate_class_template): Don't mess with...
1998-02-28 jason * parse.y (nested_name_specifier): Use explicit_templa...
1998-02-28 jason * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
1998-02-27 jason * pt.c (add_to_template_args): Fix thinko.
1998-02-27 jasonSupport partial specialization of member class templates.
1998-02-27 jasoncomment
1998-02-27 jason * pt.c (tsubst, TEMPLATE_DECL): Support member class...
1998-02-25 jasonPartial implementation of namespaces.
1998-02-24 jason * pt.c (instantiate_class_template): Don't instantiate...
1998-02-23 jasoncomment
1998-02-23 jason * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove...
1998-02-23 jason * pt.c (tsubst, FUNCTION_DECL): Tidy.
1998-02-23 jasonSupport for friend templates.
1998-02-19 jason * pt.c (coerce_template_parms) Add a new parameter...
1998-02-19 jason * pt.c (unify): Handle TEMPLATE_DECL.
1998-02-14 jason * call.c (standard_conversion): Fix multi-level ptr...
1998-02-13 jasondisable
1998-02-13 jason * pt.c (determine_specialization): Give better errors.
1998-02-11 jason * cp-tree.h (push_template_decl): Return the decl...
1998-02-10 jason * pt.c (convert_nontype_argument): Fix typo.
next