]> gcc.gnu.org Git - gcc.git/history - gcc/cp
class.c (build_vtable): Use build_lang_decl when building vtables, not just build_decl.
[gcc.git] / gcc / cp /
1999-04-30 Mark Mitchellclass.c (build_vtable): Use build_lang_decl when buildi...
1999-04-30 Mark Mitchelltypeck.c (build_const_cast): Tweak last change to handl...
1999-04-30 Mark Mitchelltypeck.c (build_const_cast): Disallow use of const_cast...
1999-04-30 Nathan Sidwelldecl.c (cp_finish_decl): Don't permit arrays of abstrac...
1999-04-29 Mark Mitchelldecl2.c (do_static_destruction): Remove obsolete FIXME...
1999-04-29 Richard Hendersondecl2.c (do_static_initialization): Call do_pending_sta...
1999-04-29 Nathan Sidwellcp-tree.h (TYPE_NOTHROW_P): New macro.
1999-04-28 Mark Mitchell* pt.c (tsubst_friend_class): Check for NULL.
1999-04-28 Nathan Sidwellcp-tree.h (build_component_addr): Remove prototype.
1999-04-28 Andreas Schwab* search.c (binfo_for_vtable): Initialize bfvi.var.
1999-04-27 Alexandre OlivaFixed some old ChangeLog entries I wrote before becomin...
1999-04-27 Nathan Sidwell* rtti.c (build_x_typeid): Check rtti is enabled.
1999-04-27 Mark Mitchellsearch.c (is_subobject_of_p): Make sure we're looking...
1999-04-26 Marc Espie* Make-lang.in (cplib2.ready): Don't depend on phony...
1999-04-23 Mark Mitchelldecl2.c (finish_file): Tweak handling of extern inlines...
1999-04-23 Mark Mitchellsearch.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARM...
1999-04-22 Brendan Kehoetree.c (build_exception_variant): Fix typo: use the...
1999-04-22 Mark Mitchellcp-tree.h (lang_decl_flags): Remove returns_first_arg...
1999-04-22 Mark Mitchellgxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid...
1999-04-22 Mark Mitchellgxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid...
1999-04-22 Mark Mitchell* decl.c (make_typename_type): Tighten error-checking.
1999-04-20 Mark Mitchellcp-tree.h (build_binary_op): Remove unneeded parameter.
1999-04-20 Jason Merrilldecl.c (grokfndecl): Always call cplus_decl_attributes.
1999-04-19 Mark Mitchellcp-tree.h (finish_static_data_member_decl): New function.
1999-04-18 Mark Mitchellcp-tree.h (finish_class_definition): Add parameter.
1999-04-17 Mark Mitchelldecl.c (xref_tag): Revise handling of nested template...
1999-04-16 Mark Mitchellclass.c (finish_struct): Remove unused variable.
1999-04-16 Jason Merrilltweak spelling
1999-04-16 Mark Mitchellcp-tree.h (TREE_NONLOCAL_FLAG): Remove.
1999-04-16 Mark Mitchelldecl.c (warn_about_implicit_typename_lookup): New function.
1999-04-15 Mark Mitchellcp-tree.h (lookup_nested_field): Remove.
1999-04-15 Mark Mitchellcp-tree.h (lang_type): Add documentation.
1999-04-15 Jason Merrillremove conflict indicators
1999-04-15 Jason Merrillparse.y (after_type_declarator_intern): New nonterminal.
1999-04-14 Mark Mitchellcp-tree.h (popclass): Change declaration.
1999-04-14 Jason Merrillremove change bars
1999-04-14 Jason Merrilltypeck.c (build_unary_op): Handle taking the address...
1999-04-14 Martin v. Löwisextend.texi (Deprecated Features): New node.
1999-04-14 Jason Merrilldecl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME...
1999-04-13 Mike StumpFix spelling and formatting.
1999-04-13 Jason Merrill* pt.c (tsubst_function_type): Copy attributes over.
1999-04-13 Jason Merrilltweak
1999-04-13 Jason Merrilltree.c (cp_valid_lang_attribute): New fn.
1999-04-13 Mark Mitchellclass.c (finish_struct_1): Look at the const-ness of...
1999-04-13 Mike StumpFix up spelling and formatting.
1999-04-13 Mike Stumpdecl2.c (import_export_decl): Because vtables always...
1999-04-13 Jason Merrillcp-tree.h (struct lang_type): Add com_interface.
1999-04-13 Jason Merrillcp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
1999-04-13 Jason Merrilldecl.c (xref_tag): Only complain once about using a...
1999-04-13 Jason Merrillupdate comment
1999-04-12 Jason Merrillparse.y (absdcl_intern): New nonterminal.
1999-04-12 Jason Merrill* pt.c (lookup_template_class): Look through implict...
1999-04-11 Mark Mitchellfriend.c (add_friend): Deal gracefully with error_mark_...
1999-04-11 Mark Mitchell* decl.c (push_binding): Fix typo in comment.
1999-04-11 Jeff LawFix typo.
1999-04-10 Mark Mitchellerror.c (dump_type_real): If a typename is a template...
1999-04-09 Mark Mitchelldecl.c (make_typename_type): Complain if we don't find...
1999-04-09 Jason Merrilldecl.c (start_decl): Pass attributes to grokdeclarator.
1999-04-08 Mark Mitchellerror.c (dump_expr): Don't crash on INDIRECT_REFs whose...
1999-04-08 Mark Mitchell* search.c (template_self_reference_p): Tweak.
1999-04-06 Mark Mitchellcp-tree.h (BASELINK_P): New macro.
1999-04-06 Zack Weinbergcppinit.c (install_predefs): Delete function.
1999-04-05 Mark Mitchelldecl.c (lookup_name_current_level): Tweak, and improve...
1999-04-05 Mark Mitchellclass.c (maybe_fixup_vptrs): Remove declaration.
1999-04-05 Mark Mitchellpt.c (check_template_shadow): Don't treat OVERLOADs...
1999-04-03 Jason Merrillclass.c (maybe_fixup_vptrs, [...]): Lose.
1999-04-02 Mark Mitchelltinfo.h (__class_type_info): Fix illegal declaration.
1999-04-01 Nathan Sidwellcvt.c (convert_pointer_to_real): Use same_type_p.
1999-03-31 Jason Merrillsemantics.c (begin_inline_definitions, [...]): Rename...
1999-03-31 Kaveh R. GhaziMakefile.in (hash.h): Generate using gperf language...
1999-03-30 Jason Merrillcp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.
1999-03-29 Jason Merrill* decl2.c (lang_decode_option): Remove -Wsign-promo...
1999-03-29 Jason Merrill* pt.c (fn_type_unification): Ignore 'this' parm from...
1999-03-28 Jason Merrillupdate
1999-03-27 Mark Mitchellcp-tree.h (add_friend): Declare.
1999-03-27 Jason Merrillcall.c (build_field_call): Unify 'this' and non-'this...
1999-03-26 Kaveh R. GhaziWarning fixes:
1999-03-26 Martin v. Löwisgcc.texi (Copy Assignment): New node.
1999-03-25 Zack Weinberggcc.c: Compile unconditionally all code formerly depend...
1999-03-25 Jason Merrill* decl2.c (comdat_linkage): Treat vtables like functions.
1999-03-25 Mark Mitchell* pt.c (tsubst_decl): Tsubst into DECL_BEFRIENDING_CLASSES.
1999-03-25 Nathan Sidwelldecl.c (init_decl_processing): Add `signed' type as...
1999-03-25 Jason Merrilltypeck.c (common_type): Handle cv-qual unification...
1999-03-24 Martin v. Löwis* class.c (finish_struct_1): Always reset TYPE_FIELDS...
1999-03-24 Jason Merrilldecl.c (lookup_name_real): Do nested field lookup regar...
1999-03-24 Mark Mitchellcp-tree.h (lang_type): Remove has_assignment and has_re...
1999-03-23 Mark Mitchellpt.c (convert_nontype_argument): Don't create things...
1999-03-23 Mark MitchellRemove conflict marker.
1999-03-23 Mark Mitchellfunction.c: Include hash.h.
1999-03-23 Jason Merrilldecl2.c (finish_file): Set at_eof to 2 after expanding...
1999-03-23 Mark Mitchellcp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-03-19 Mark Mitchellinit.c (build_member_call): Handle template-id expressi...
1999-03-19 Jason Merrillfriend.c (make_friend_class): Avoid core dump when...
1999-03-18 Alexandre OlivaMake-lang.in: ($(INTL_TARGETS)): depend on cp/parse.c
1999-03-17 Martin v. LöwisRegenerate
1999-03-17 Martin v. Löwisparse.y (named_complex_class_head_sans_basetype): Do...
1999-03-16 Jason Merrillmethod.c (old_backref_index): Split out...
1999-03-15 Kaveh R. Ghazilex.c: Don't include setjmp.h.
1999-03-15 Mark Mitchelldecl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES...
1999-03-15 Mark Mitchelldecl2.c (validate_nonmember_using_decl): Issue sensible...
next
This page took 0.134755 seconds and 8 git commands to generate.