pt.c (mabybe_get_template_decl_from_type_decl): New function.
[gcc.git] / gcc / cp / pt.c
1998-04-26 Mark Mitchellpt.c (mabybe_get_template_decl_from_type_decl): New...
1998-04-26 Mark Mitchellpt.c (check_explicit_specialization): Handle overloaded...
1998-04-23 Jason Merrillcp-tree.def: Add WRAPPER.
1998-04-23 Mark Mitchell* pt.c (unify): Fix typo in previous change.
1998-04-22 Mark MitchellAdd prototype
1998-04-22 Mark Mitchellpt.c (tsubst): Decrease the template-level of TEMPLATE_...
1998-04-17 Mark Mitchellcp-tree.h (type_as_string_real): New function.
1998-04-17 Jeffrey A Lawtree.c (avoid_overlap): Add prototype.
1998-04-17 Jason Merrilldecl.c (duplicate_decls): Fix check for when it's safe...
1998-04-16 Jeff Lawpt.c (build_template_parm_index): Add prototype.
1998-04-09 Benjamin Kosnikcp-tree.h (start_decl): Update prototype.
1998-04-02 Jason Merrillcp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
1998-03-31 Jeffrey A Lawcall.c: Include system.h.
1998-03-30 Mark Mitchellpt.c (fn_type_unification): Allow incomplete unificatio...
1998-03-30 Jason Merrillcall.c (build_method_call): Handle non-scoped destructo...
1998-03-28 Mark Mitchellpt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1998-03-27 Mark Mitchellpt.c (redeclare_class_template): New function.
1998-03-26 Mark Mitchellpt.c (convert_nontype_argument): STRIP_NOPS where appro...
1998-03-24 Mark Mitchelltree.c (mapcar): When dealing with a DECL, use it's...
1998-03-24 Mark Mitchellcplus-dem.c (optable): Add sizeof.
1998-03-23 Jason Merrill* pt.c (complete_template_args): Initialize skip properly.
1998-03-20 Kriang Lerdsuwanakij* pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
1998-03-20 Jason Merrillpt.c (complete_template_args): Rewrite.
1998-03-19 Mark Mitchellpt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new...
1998-03-19 Jason Merrillpt.c (get_bindings_real): Rename from get_bindings.
1998-03-19 Mark Mitchellpt.c (check_explicit_specialization): When reverting...
1998-03-19 Jason Merrillpt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting...
1998-03-18 Mark Mitchellsemantics.c: New file, containing routines to perform...
1998-03-18 Jason Merrill* pt.c (push_template_decl): Only check primary templates.
1998-03-18 Jason Merrillpt.c (check_explicit_specialization): Complain about...
1998-03-17 Jason Merrillpt.c (push_template_decl): Complain about template...
1998-03-16 Mark Mitchellpt.c (tsubst_copy): Deal with BIND_EXPR in a way that...
1998-03-15 Jason Merrillcp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
1998-03-15 Mark Mitchellpt.c (tsubst): Clear TYPE_REFERENCE_TO when creating...
1998-03-12 Manfred Hollsteind
1998-03-04 Mark Mitchellpt.c (finish_member_template_decl): Deal more gracefull...
1998-03-03 Jason Merrillcall.c, [...]: Remove support for -fno-ansi-overloading...
1998-03-03 Jason Merrill* pt.c (unify): Don't allow reduced cv-quals when strict.
1998-03-03 Jason Merrillcall.c, [...]: Remove nsubsts parm from *type_unificati...
1998-03-02 Jason Merrillparse.y (explicit_template_type): Remove TEMPLATE keyword.
1998-03-01 Jason Merrillpt.c (instantiate_class_template): Don't mess with...
1998-02-28 Jason Merrillparse.y (nested_name_specifier): Use explicit_template_...
1998-02-28 Jason Merrillcp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
1998-02-27 Jason Merrillpt.c (add_to_template_args): Fix thinko.
1998-02-27 Jason MerrillSupport partial specialization of member class templates.
1998-02-27 Jason Merrillcomment
1998-02-27 Jason Merrillpt.c (tsubst, [...]): Support member class templates.
1998-02-25 Jason MerrillPartial implementation of namespaces.
1998-02-24 Jason Merrillpt.c (instantiate_class_template): Don't instantiate...
1998-02-23 Jason Merrillcomment
1998-02-23 Jason Merrillpt.c, [...]: Remove unused NARGS argument to tsubst...
1998-02-23 Jason Merrill* pt.c (tsubst, FUNCTION_DECL): Tidy.
1998-02-23 Jason MerrillSupport for friend templates.
1998-02-19 Kriang Lerdsuwanakij* pt.c (coerce_template_parms) Add a new parameter...
1998-02-19 Kriang Lerdsuwanakij* pt.c (unify): Handle TEMPLATE_DECL.
1998-02-14 Jason Merrill* call.c (standard_conversion): Fix multi-level ptr...
1998-02-13 Jason Merrilldisable
1998-02-13 Jason Merrill* pt.c (determine_specialization): Give better errors.
1998-02-11 Mark Mitchellcp-tree.h (push_template_decl): Return the decl passed...
1998-02-10 Jason Merrill* pt.c (convert_nontype_argument): Fix typo.
1998-02-10 Jason Merrillpt.c (check_explicit_specialization): Allow old-style...
1998-02-07 Jason Merrillpt.c (instantiate_decl): Call cp_finish_decl for vars...
1998-02-03 Kriang Lerdsuwanakijerror.c (dump_decl): Fix type of default arguments...
1998-02-03 Mark Mitchellparse.y (primary): Deal with statement-expressions...
1998-02-02 Mark Mitchellcall.c (add_template_candidate_real): Pass extra parame...
1998-02-02 Mark Mitchellcp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
1998-02-02 Kaveh R. GhaziVarious fixes for -Wall problems from Kaveh. See Chang...
1998-01-29 Mark Mitchellpt.c (convert_nontype_argument): Move check for is_over...
1998-01-29 Jason Merrillclass.c (instantiate_type): Don't just return a known...
1998-01-28 Jason Merrillcp-tree.h (grok_enum_decls): Remove type parameter.
1998-01-27 Mark Mitchellcall.c (add_template_candidate_real): New function.
1998-01-27 Jason Merrillpt.c (type_unification_real): Just accept function...
1998-01-24 Jason Merrilltweak
1998-01-22 Kriang Lerdsuwanakijpt.c (coerce_template_parms): Don't access elements...
1998-01-19 Mark Mitchelldecl.c (start_decl): Don't allow duplicate definitions...
1997-12-18 Mark Mitchellpt.c (coerce_template_parms): Make sure to digest_init...
1997-12-18 Benjamin Kosnikc++: Don't inject friends while processing templates
1997-12-17 Peter Schmid* pt.c (maybe_fold_nontype_arg): Add prototype.
1997-12-15 Jason Merrilltypeck.c (build_function_call_real): Remove "inline...
1997-12-15 Jason Merrillcvt.c (cp_convert_to_pointer): Fix base conversion...
1997-12-15 Mark Mitchellcall.c (implicit_conversion): Don't call build_user_typ...
1997-12-12 Jason Merrilldecl2.c (comdat_linkage): Also set DECL_COMDAT.
1997-12-11 Jason Merrill* pt.c (instantiate_decl): Defer all templates but...
1997-12-08 Mark Mitchellpt.c (lookup_template_function): Copy the template...
1997-12-08 Jason Merrillerror.c (dump_decl): Handle LOOKUP_EXPR.
1997-12-07 Jason Merrill[multiple changes]
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-03 Benjamin Kosnikpt.c (tsubst): Remove tree_cons call (places redundant...
1997-12-03 Jason Merrilltree.c (is_overloaded_fn): Handle getting a fn template.
1997-11-28 Jason Merrillpt.c (check_explicit_specialization): Complain about...
1997-11-27 Jason Merrillcp-tree.h (struct lang_decl_flags): Add comdat.
1997-11-27 Jason Merrilldecl2.c (import_export_vtable): If we support one_only...
1997-11-27 Mark Mitchellpt.c (unify): Handle `void' template parameters in...
1997-11-18 Bruno Haiblept.c (do_poplevel): Don't prohibit jumps into this...
1997-11-12 Jason Merrillpt.c (do_type_instantiation): Fix typo.
1997-11-12 Jason Merrillinit.c (build_new): Handle freeing allocated memory...
1997-11-11 Jason Merrillcall.c (build_new_method_call): Handle getting a TEMPLA...
1997-11-11 Jason Merrilldecl.c (grokdeclarator): Tweak conditions for pedwarn...
1997-10-23 Jason Merrillpt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATIO...
1997-10-23 Brendan Kehoemethod.c (build_template_parm_names, [...]): Add static...
next