class.c (pushclass): Remove #if 0'd code.
[gcc.git] / gcc / cp / decl.c
2000-06-06 Mark Mitchelldecl.c (redeclaration_error_message): If two TEMPLATE_D...
2000-06-05 Richard Kenneralias.c (get_alias_set): If compnent is addressable...
2000-06-04 Alex SamuelMake-lang.in (CXX_SRCS): Add mangle.c.
2000-06-03 Richard Kenneralias.c (struct alias_set_entry): New field has_zero_child.
2000-06-03 Richard Hendersonalias.c (lang_get_alias_set): Remove.
2000-06-02 Jason Merrill* decl.c (store_return_init): Call put_var_into_stack.
2000-06-01 Richard Henderson* decl.c (init_decl_processing): Set lang_get_alias_set...
2000-05-31 Mark Mitchellinvoke.texi: Remove documentation for -fguiding-decls.
2000-05-31 Richard KennerMakefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-31 Mark Mitchelldecl.c (build_cp_library_fn): Set DECL_CONTEXT.
2000-05-31 Jason Merrill* decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
2000-05-30 Zack Weinbergcp-tree.h (DECL_ANTICIPATED): New macro.
2000-05-28 Alex Samuelcp-tree.h (ansi_opname): Make it a macro.
2000-05-26 Jason MerrillFix goto checking.
2000-05-26 Nathan Sidwellcp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
2000-05-25 Mark MitchellFinish implementation of VTTs.
2000-05-24 Mark Mitchellcp-tree.h (build_delete): Change prototype.
2000-05-24 Mark Mitchellcp-tree.h (lang_decl_flags): Rename mutable_flag to...
2000-05-22 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-22 Martin v. Löwisdecl2.c (qualified_lookup_using_namespace): Look throug...
2000-05-21 Mark Mitchellcp-tree.h (struct lang_type): Remove search_slot.
2000-05-19 Mark MitchellDon't create a separate copy of virtual bases for the...
2000-05-17 Andrew CagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-10 Jason Merrilldecl.c (grokdeclarator): Allow non-static data members...
2000-05-09 Zack Weinbergtop level:
2000-05-05 Mark Mitchellcp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
2000-05-03 Mark Mitchellcp-tree.def (THUNK_DECL): Remove.
2000-05-01 Jason Merrilltree.c (build_target_expr_with_type): If we already...
2000-05-01 Scott Snyderdecl.c (finish_destructor_body): Use the base destructo...
2000-04-28 Cosmin Truta* decl.c (grok_op_properties): Add an extra check of...
2000-04-26 Mark Mitchellcp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-26 Jason Merrilldwarf2out.c (add_bound_info): Don't crash on an unexpan...
2000-04-25 Martin v. Löwis* decl.c (grokdeclarator): Reject VLAs as members.
2000-04-24 Mark Mitchellcp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-18 Mark Mitchellcp-tree.h (lang_decl_flags): Remove const_memfunc and...
2000-04-17 Jason Merrilldecl.c (decls_match): Allow a redeclaration of a builti...
2000-04-16 Mark Mitchellcp-tree.def (THUNK_DECL): Add to documentation.
2000-04-12 Mark Mitchellcp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 Mark Mitchellcp-tree.h (lang_decl_flags): Rename constructor_for_vba...
2000-04-11 Mark Mitchellcp-tre.h (finish_function): Change prototype.
2000-04-11 Jason Merrillclass.c (instantiate_type): Handle object-relative...
2000-04-10 Mark Mitchellcp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-09 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENT...
2000-04-09 Mark MitchellUnder the new ABI, constructors don't return `this'.
2000-04-09 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...
2000-04-06 Mark Mitchellcp-tree.h (lang_decl_flags): Rename saved_inline to...
2000-04-06 Mark Mitchellfinal.c (final): Use xcalloc to allocate line_note_exists.
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
2000-03-26 Mark Mitchelldecl.c (grokdeclarator): Count partial specializations...
2000-03-25 Mark MitchellRemove accidental commit
2000-03-25 Mark MitchellFix typo in ChangeLog
2000-03-24 Nathan Sidwelldecl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-21 Nathan Sidwellcxxabi.h: New header file.
2000-03-17 Richard Kenner* Clean up usages of TREE_INT_CST_LOW.
2000-03-15 Nathan Sidwellcp-tree.h (CPTI_REF_DESC_TYPE, [...]): Remove.
2000-03-15 Nathan Sidwelldecl.c (cp_finish_decl): Remove obsolete comment.
2000-03-13 Jason Merrilldecl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
2000-03-13 Mark Mitchellcp-tree.h (revert_static_member_fn): Change prototype.
2000-03-12 Mark Mitchellcp-tree.h (scope_kind): New type.
2000-03-11 Jason Merrilltweak formatting
2000-03-11 Jason Merrilldecl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
2000-03-10 Jason Merrilllang-options.h, decl2.c: Add -fno-enforce-eh-specs.
2000-03-10 Jason Merrilldecl.c (push_overloaded_decl_1, [...]): Lose.
2000-03-09 Jason Merrilltree.h (struct tree_common): Rename raises_flag to...
2000-03-08 Nathan Sidwelldecl.c (grok_op_properties): Merge conversion to void...
2000-03-08 Nathan Sidwellc-common.h (make_fname_decl): Declare.
2000-03-04 Jason Merrilldecl2.c (key_method): Break out from...
2000-03-03 Nathan Sidwelldecl.c (cp_finish_decl): Remove obsolete obstack commen...
2000-03-03 Mark Mitchell* tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-29 Martin v. Löwisc-decl.c (current_function_decl): Move to toplev.c.
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-24 Nathan Sidwelldecl.c (grokdeclarator): Diagnose qualifiers on non...
2000-02-23 Jason Merrilldecl.c (grokdeclarator): Call decl_type_access_control.
2000-02-23 Nathan Sidwell* decl.c (decls_match): Remove obsolete static member...
2000-02-22 Martin v. LöwisRefer to the standard as an ISO document, not an ANSI...
2000-02-22 Mark Mitchellcp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-21 Gabriel Dos Reiscall.c (build_object_call): Compress consecutive calls...
2000-02-20 Richard Kennerc-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-18 Jason Merrillsemantics.c (deferred_type_access_control): Walk the...
2000-02-16 Mark MitchellMake DECL_CONTEXT mean the class in which a member...
2000-02-16 Jason Merrill* decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
2000-02-07 Mark Mitchelldecl.c (store_parm_decls): Don't build cleanups for...
2000-02-07 Jason Merrillcp-tree.h (struct saved_scope): Add incomplete field.
2000-01-29 Ulrich DrepperAdjust variable names, comments, help strings.
2000-01-28 Mike StumpFix recent small bug
2000-01-27 Mike Stumpdecl.c (pushdecl): Fix up shadow warnings with respect...
2000-01-26 Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-25 Kaveh R. Ghazidecl.c (member_function_or_else): Change third arg...
2000-01-24 Nathan Sidwellcp-tree.h (CPTI_TP_DESC_TYPE, [...]): Remove cp_tree_in...
2000-01-23 Mark Mitchellcp-tree.h (register_dtor_fn): New function.
2000-01-17 Mark Mitchellcp-tree.h (scratchalloc): Remove.
2000-01-17 Mark Mitchellcp-tree.h (flag_new_abi): Move.
2000-01-16 Mark Mitchelldecl.c (init_decl_processing): Complain if -fnew-abi...
2000-01-13 Mark Mitchell* decl.c (start_cleanup_fn): Call pushdecl.
2000-01-12 Mark Mitchellcall.c (convert_class_to_reference): Fix typos.
2000-01-03 Ulrich Drepper(flag_isoc9x): New variable to be able to use code...
1999-12-31 Mark Mitchellcp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.
next