summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.mmitchel1999-08-291-1/+2
* * decl2.c (arg_assoc_class): Bail if the class is a builtin type.rth1999-08-291-0/+5
* * cp-tree.def (SUBOBJECT): New tree node.mmitchel1999-08-251-30/+6
* * decl2.c (handle_class_head): Be graceful about additionalnathan1999-08-251-9/+23
* * cp-tree.h: Declare flag_use_repository.jason1999-08-191-2/+5
* * cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.mmitchel1999-08-191-0/+6
* * cp-tree.h (build_lang_field_decl): Remove.mmitchel1999-08-181-4/+2
* * cp-tree.h (back_end_hook): New variable.mmitchel1999-08-171-0/+10
* * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.mmitchel1999-08-171-3/+3
* * cp-tree.def (STMT_EXPR): New tree node.mmitchel1999-08-161-21/+0
* Speed up Koenig lookup.jason1999-08-141-24/+42
* * cp-tree.def (DECL_STMT): Make it smaller.mmitchel1999-08-141-2/+4
* * lang-options.h: Add -fms-extensions.jason1999-08-121-0/+5
* * extend.texi (C++ Signatures): Remove node.mmitchel1999-08-111-60/+4
* * decl2.c (set_decl_namespace): Do not complain about non-matchingloewis1999-08-101-0/+6
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* * class.c (count_fields, add_fields_to_vec): Add static prototype.ghazi1999-08-071-2/+2
* * decl.c (lookup_name_real): Set the complain flag if we'rejason1999-08-071-2/+2
* * lex.c (yyprint): Handle PFUNCNAME.jason1999-08-031-2/+4
* * invoke.texi (-fdump-translation-unit): New option.mmitchel1999-08-031-0/+17
* * cp-tree.h (BINFO_VIRTUALS): Document new format.mmitchel1999-07-271-5/+0
* * c-common.h: New file.crux1999-07-201-2/+0
* * decl2.c (reparse_absdcl_as_casts): Don't warn about old-stylejason1999-07-091-8/+2
* * decl2.c (mark_vtable_entries): Fix check for rtti offset.law1999-07-071-3/+4
* * decl2.c (import_export_decl): Use same_type_p, rather thanmmitchel1999-06-161-2/+3
* * decl2.c (mark_vtable_entries): Don't make a copy of a function,mmitchel1999-05-241-2/+1
* * decl.c (lookup_tag): Remove code no longer needed aftermmitchel1999-05-241-1/+4
* * decl2.c (start_static_storage_duration_function): Fix comment.mmitchel1999-05-191-15/+20
* Implement anonymous structs.jason1999-05-191-4/+9
* * decl2.c (build_expr_from_tree): Handle COMPONENT_REFs thatmmitchel1999-05-161-4/+16
* * decl2.c (finish_objects): Don't use .?tors.* if we don't havejason1999-05-161-1/+1
* * init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.jason1999-05-101-0/+2
* * decl2.c (start_objects): Don't let static constructors andmmitchel1999-05-051-0/+7
* * class.c (build_vtable): Use build_lang_decl when buildingmmitchel1999-04-301-110/+132
* * decl2.c (do_static_destruction): Remove obsolete FIXME comment.mmitchel1999-04-291-6/+4
* * decl2.c (do_static_initialization): Call do_pending_stack_adjust.rth1999-04-291-0/+10
* * cp-tree.h (TYPE_NOTHROW_P): New macro.nathan1999-04-291-0/+4
* * decl2.c (finish_file): Tweak handling of extern inlines so thatmmitchel1999-04-231-11/+28
* * cp-tree.h (lang_decl_flags): Remove returns_first_arg andmmitchel1999-04-221-603/+701
* * cp-tree.h (build_binary_op): Remove unneeded parameter.mmitchel1999-04-201-3/+3
* * decl.c (grokfndecl): Always call cplus_decl_attributes.jason1999-04-201-1/+1
* * cp-tree.h (finish_static_data_member_decl): New function.mmitchel1999-04-191-37/+57
* * cp-tree.h (lang_type): Add documentation.mmitchel1999-04-151-11/+29
* * cp-tree.h (popclass): Change declaration.mmitchel1999-04-141-2/+2
* * extend.texi (Deprecated Features): New node.loewis1999-04-141-0/+19
* * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME insteadjason1999-04-141-1/+8
* * decl2.c (import_export_decl): Because vtables always referencemrs1999-04-131-2/+4
* * cp-tree.h (struct lang_type): Add com_interface.jason1999-04-131-13/+10
* 1999-04-02 Mark Mitchell <mark@codesourcery.com>mmitchel1999-04-021-4/+0
* * decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.jason1999-03-291-5/+5