aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-12decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.Mark Mitchell1-2/+0
1999-09-10cp-tree.h (language_function): Rename expanding_p to x_expanding_p.Mark Mitchell1-3/+3
1999-09-09Reorganize per-function data.Mark Mitchell1-8/+2
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-9/+9
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-4/+3
1999-09-06Get ready for garbage collection.Mark Mitchell1-3/+7
1999-09-05Makefile.in (parse.o): Depend on ggc.h.Richard Henderson1-0/+10
1999-09-05decl.c (init_decl_processing): Set mark_lang_status.Mark Mitchell1-1/+0
1999-09-04Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell1-1/+0
1999-09-02cp-tree.h (cp_function): Move here, from decl.c.Mark Mitchell1-5/+0
1999-09-02decl2.c (arg_assoc_template_arg): New prototype.Alex Samuel1-28/+46
1999-08-29cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.Mark Mitchell1-1/+2
1999-08-28* decl2.c (arg_assoc_class): Bail if the class is a builtin type.Richard Henderson1-0/+5
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-30/+6
1999-08-25decl2.c (handle_class_head): Be graceful about additional scope qualifiers.Nathan Sidwell1-9/+23
1999-08-19cp-tree.h: Declare flag_use_repository.Jason Merrill1-2/+5
1999-08-19cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell1-0/+6
1999-08-18cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell1-4/+2
1999-08-17cp-tree.h (back_end_hook): New variable.Mark Mitchell1-0/+10
1999-08-17cp-tree.h (CALL_DECLARATOR_PARMS): New macro.Mark Mitchell1-3/+3
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-21/+0
1999-08-14Speed up Koenig lookup.Jason Merrill1-24/+42
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-2/+4
1999-08-12lang-options.h: Add -fms-extensions.Jason Merrill1-0/+5
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-60/+4
1999-08-10decl2.c (set_decl_namespace): Do not complain about non-matching decls if pro...Martin v. Loewis1-0/+6
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-07class.c (count_fields, [...]): Add static prototype.Kaveh R. Ghazi1-2/+2
1999-08-06decl.c (lookup_name_real): Set the complain flag if we're looking for a names...Jason Merrill1-2/+2
1999-08-03lex.c (yyprint): Handle PFUNCNAME.Jason Merrill1-2/+4
1999-08-03invoke.texi (-fdump-translation-unit): New option.Mark Mitchell1-0/+17
1999-07-27cp-tree.h (BINFO_VIRTUALS): Document new format.Mark Mitchell1-5/+0
1999-07-20c-common.h: New file.Bernd Schmidt1-2/+0
1999-07-09decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system...Jason Merrill1-8/+2
1999-07-06* decl2.c (mark_vtable_entries): Fix check for rtti offset.Alexandre Oliva1-3/+4
1999-06-16decl2.c (import_export_decl): Use same_type_p, rather than relying on pointer...Mark Mitchell1-2/+3
1999-05-24decl2.c (mark_vtable_entries): Don't make a copy of a function, and then make...Mark Mitchell1-2/+1
1999-05-24decl.c (lookup_tag): Remove code no longer needed after name-lookup improveme...Mark Mitchell1-1/+4
1999-05-19decl2.c (start_static_storage_duration_function): Fix comment.Mark Mitchell1-15/+20
1999-05-19Implement anonymous structs.Jason Merrill1-4/+9
1999-05-16decl2.c (build_expr_from_tree): Handle COMPONENT_REFs that indicate a referen...Mark Mitchell1-4/+16
1999-05-16decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONS...Jason Merrill1-1/+1
1999-05-10init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.Jason Merrill1-0/+2
1999-05-05decl2.c (start_objects): Don't let static constructors and destructors get in...Mark Mitchell1-0/+7
1999-04-30class.c (build_vtable): Use build_lang_decl when building vtables, not just b...Mark Mitchell1-110/+132
1999-04-29decl2.c (do_static_destruction): Remove obsolete FIXME comment.Mark Mitchell1-6/+4
1999-04-29decl2.c (do_static_initialization): Call do_pending_stack_adjust.Richard Henderson1-0/+10
1999-04-29cp-tree.h (TYPE_NOTHROW_P): New macro.Nathan Sidwell1-0/+4
1999-04-23decl2.c (finish_file): Tweak handling of extern inlines so that they are not ...Mark Mitchell1-11/+28
1999-04-22cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.Mark Mitchell1-603/+701