]> gcc.gnu.org Git - gcc.git/history - gcc/cp/decl2.c
Get ready for garbage collection.
[gcc.git] / gcc / cp / decl2.c
1999-09-06 Mark MitchellGet ready for garbage collection.
1999-09-05 Richard HendersonMakefile.in (parse.o): Depend on ggc.h.
1999-09-05 Mark Mitchelldecl.c (init_decl_processing): Set mark_lang_status.
1999-09-04 Mark MitchellMakefile.in (CXX_TREE_H): Include function.h.
1999-09-02 Mark Mitchellcp-tree.h (cp_function): Move here, from decl.c.
1999-09-02 Alex Samueldecl2.c (arg_assoc_template_arg): New prototype.
1999-08-29 Mark Mitchellcp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd...
1999-08-29 Richard Henderson* decl2.c (arg_assoc_class): Bail if the class is a...
1999-08-25 Mark Mitchellcp-tree.def (SUBOBJECT): New tree node.
1999-08-25 Nathan Sidwelldecl2.c (handle_class_head): Be graceful about addition...
1999-08-19 Jason Merrillcp-tree.h: Declare flag_use_repository.
1999-08-19 Mark Mitchellcp-tree.def (PSEUDO_DTOR_EXPR): New tree code.
1999-08-18 Mark Mitchellcp-tree.h (build_lang_field_decl): Remove.
1999-08-17 Mark Mitchellcp-tree.h (back_end_hook): New variable.
1999-08-17 Mark Mitchellcp-tree.h (CALL_DECLARATOR_PARMS): New macro.
1999-08-16 Mark Mitchellcp-tree.def (STMT_EXPR): New tree node.
1999-08-14 Jason MerrillSpeed up Koenig lookup.
1999-08-14 Mark Mitchellcp-tree.def (DECL_STMT): Make it smaller.
1999-08-12 Jason Merrilllang-options.h: Add -fms-extensions.
1999-08-11 Mark Mitchellextend.texi (C++ Signatures): Remove node.
1999-08-10 Martin v. Loewisdecl2.c (set_decl_namespace): Do not complain about...
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-07 Kaveh R. Ghaziclass.c (count_fields, [...]): Add static prototype.
1999-08-07 Jason Merrilldecl.c (lookup_name_real): Set the complain flag if...
1999-08-03 Jason Merrilllex.c (yyprint): Handle PFUNCNAME.
1999-08-03 Mark Mitchellinvoke.texi (-fdump-translation-unit): New option.
1999-07-27 Mark Mitchellcp-tree.h (BINFO_VIRTUALS): Document new format.
1999-07-20 Bernd Schmidtc-common.h: New file.
1999-07-09 Jason Merrilldecl2.c (reparse_absdcl_as_casts): Don't warn about...
1999-07-07 Alexandre Oliva* decl2.c (mark_vtable_entries): Fix check for rtti...
1999-06-16 Mark Mitchelldecl2.c (import_export_decl): Use same_type_p, rather...
1999-05-24 Mark Mitchelldecl2.c (mark_vtable_entries): Don't make a copy of...
1999-05-24 Mark Mitchelldecl.c (lookup_tag): Remove code no longer needed after...
1999-05-19 Mark Mitchelldecl2.c (start_static_storage_duration_function): Fix...
1999-05-19 Jason MerrillImplement anonymous structs.
1999-05-16 Mark Mitchelldecl2.c (build_expr_from_tree): Handle COMPONENT_REFs...
1999-05-16 Jason Merrilldecl2.c (finish_objects): Don't use .?tors.* if we...
1999-05-10 Jason Merrillinit.c (build_offset_ref): Wrap baselinks in OFFSET_REF...
1999-05-05 Mark Mitchelldecl2.c (start_objects): Don't let static constructors...
1999-04-30 Mark Mitchellclass.c (build_vtable): Use build_lang_decl when buildi...
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-23 Mark Mitchelldecl2.c (finish_file): Tweak handling of extern inlines...
1999-04-22 Mark Mitchellcp-tree.h (lang_decl_flags): Remove returns_first_arg...
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-15 Mark Mitchellcp-tree.h (lang_type): Add documentation.
1999-04-14 Mark Mitchellcp-tree.h (popclass): Change declaration.
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 Stumpdecl2.c (import_export_decl): Because vtables always...
1999-04-13 Jason Merrillcp-tree.h (struct lang_type): Add com_interface.
1999-04-02 Mark Mitchelltinfo.h (__class_type_info): Fix illegal declaration.
1999-03-29 Jason Merrill* decl2.c (lang_decode_option): Remove -Wsign-promo...
1999-03-26 Kaveh R. GhaziWarning fixes:
1999-03-25 Jason Merrill* decl2.c (comdat_linkage): Treat vtables like functions.
1999-03-23 Jason Merrilldecl2.c (finish_file): Set at_eof to 2 after expanding...
1999-03-15 Mark Mitchelldecl2.c (validate_nonmember_using_decl): Issue sensible...
1999-03-12 Martin v. Löwisdecl.c (select_decl): Allow class templates when we...
1999-03-06 Jason Merrilldecl2.c (setup_initp): Give statics with no priority...
1999-03-03 Jason Merrillclass.c, [...]: Add 'static' to make SunOS 4 cc happy.
1999-03-03 Martin v. Löwisdecl.c (push_overloaded_decl): Only overwrite the old...
1999-02-26 Nathan Sidwelltypeck.c (complete_type_or_else): Add VALUE arg, for...
1999-02-25 Jason Merrilltypeck.c (convert_for_assignment): Allow boolean integr...
1999-02-21 Jeffrey A Lawtm.texi: Update docs for constructors and destructors.
1999-02-21 H.J. Ludecl2.c (start_objects): Make file scope constructors...
1999-02-21 Mark Mitchellcp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.
1999-02-16 Jason Merrilldecl.c (pushdecl): Remove dead code.
1999-02-11 Jason Merrilldecl.c (grokdeclarator): Catch wierd declarators.
1999-02-07 Jason Merrillpt.c (maybe_process_partial_specialization): Complain...
1999-02-05 Jason Merrilldecl2.c: Remove flag_init_priority.
1999-02-02 Theodore Papadopoulo* decl2.c (lang_decode_option): Use read_integral_param...
1999-01-31 Zack Weinbergflags.h: Declare flag_no_ident.
1999-01-26 Jason Merrilltree.c (equal_functions): Fix name in prototype.
1999-01-24 Jason Merrilldecl.c (start_function): Make member functions one_only...
1999-01-21 Mark Mitchellcp-tree.h (PUSH_GLOBAL): New macro.
1999-01-19 Jason Merrilldecl2.c (finish_vtable_vardecl): Make vtables comdat...
1999-01-18 Jason Merrilltypeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tight...
1999-01-14 Jason Merrillre PR other/18132 (Problem compiling gcc 3.4.2)
1998-12-14 Mark Mitchellclass.c (pushclass): Tweak handling of class-level...
1998-12-13 Mark Mitchellcp-tree.def (CPLUS_BINDING): Update documentation.
1998-12-09 Dave Brolleylex.c (lang_init_options): Initialize cpplib.
1998-12-07 Zack Weinbergdecl2.c: s/data/opts/ when initializing cpp_reader...
1998-12-07 Jason Merrilldecl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-12-06 Jason Merrillsort
1998-12-06 Jason Merrilldecl2.c (coerce_new_type): Use same_type_p.
1998-12-04 Jason Merrillpt.c (check_template_shadow): New fn.
1998-12-02 Mark Mitchelldecl2.c (validate_nonmember_using_decl): Complain about...
1998-11-23 Jason Merrillupdate copyrights
1998-11-23 Jason Merrillclass.c (finish_struct_1): Set things up for 0-width...
1998-11-21 Martin v. Löwisdecl2.c (validate_nonmember_using_decl): Allow using...
1998-11-21 Jason MerrillHandle specifying template args to member function...
1998-11-19 Jason Merrillsemantics.c (begin_class_definition): Call maybe_proces...
1998-11-18 Jason Merrillsearch.c (get_abstract_virtuals): Complain about virtua...
1998-11-03 Jason Merrillclass.c (instantiate_type): Be more helpful.
1998-11-01 Mark Mitchellcp-tree.h (COMPARE_STRICT): New macro.
1998-10-30 Mark Mitchelldecl2.c (delete_sanity): Pass integer_zero_node, not...
1998-10-28 Jason Merrillclass.c (finish_struct_1): Don't complain about non...
next
This page took 0.78599 seconds and 108 git commands to generate.