OSDN Git Service

* cp-tree.h (TYPE_NOTHROW_P): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1999-04-29 nathan * cp-tree.h (TYPE_NOTHROW_P): New macro.
1999-04-28 nathan * cp-tree.h (build_component_addr): Remove prototype.
1999-04-28 schwab * search.c (binfo_for_vtable): Initialize bfvi.var.
1999-04-27 olivaFixed some old ChangeLog entries I wrote before becomin...
1999-04-27 nathan * rtti.c (build_x_typeid): Check rtti is enabled.
1999-04-27 mmitchel * search.c (is_subobject_of_p): Make sure we're lookin...
1999-04-26 jason * Make-lang.in (cplib2.ready): Don't depend on phony...
1999-04-23 mmitchel * decl2.c (finish_file): Tweak handling of extern...
1999-04-23 mmitchel * search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_P...
1999-04-22 jason * tree.c (build_exception_variant): Fix typo: use...
1999-04-22 mmitchel * cp-tree.h (lang_decl_flags): Remove returns_first_ar...
1999-04-22 mmitchel * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to...
1999-04-22 mmitchel * decl.c (make_typename_type): Tighten error-checking.
1999-04-20 mmitchel * cp-tree.h (build_binary_op): Remove unneeded parameter.
1999-04-20 jason * decl.c (grokfndecl): Always call cplus_decl_attributes.
1999-04-19 mmitchel * cp-tree.h (finish_static_data_member_decl): New...
1999-04-18 mmitchel * cp-tree.h (finish_class_definition): Add parameter.
1999-04-17 mmitchel * decl.c (xref_tag): Revise handling of nested template
1999-04-16 mmitchel * class.c (finish_struct): Remove unused variable.
1999-04-16 mmitchel * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
1999-04-16 mmitchel * decl.c (warn_about_implicit_typename_lookup): New...
1999-04-15 mmitchel * cp-tree.h (lookup_nested_field): Remove.
1999-04-15 mmitchel * cp-tree.h (lang_type): Add documentation.
1999-04-15 jasonremove conflict indicators
1999-04-15 jason * parse.y (after_type_declarator_intern): New nonterminal.
1999-04-14 mmitchel * cp-tree.h (popclass): Change declaration.
1999-04-14 jasonremove change bars
1999-04-14 jason * typeck.c (build_unary_op): Handle taking the address...
1999-04-14 loewis * extend.texi (Deprecated Features): New node.
1999-04-14 jason * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME...
1999-04-13 mrsFix spelling and formatting.
1999-04-13 jason * pt.c (tsubst_function_type): Copy attributes over.
1999-04-13 jason * tree.c (cp_valid_lang_attribute): New fn. Handle...
1999-04-13 mmitchel * class.c (finish_struct_1): Look at the const-ness...
1999-04-13 mrsFix up spelling and formatting.
1999-04-13 mrs * decl2.c (import_export_decl): Because vtables always...
1999-04-13 jason * cp-tree.h (struct lang_type): Add com_interface.
1999-04-13 jason * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
1999-04-13 jason * decl.c (xref_tag): Only complain once about using...
1999-04-12 jason * parse.y (absdcl_intern): New nonterminal.
1999-04-12 jason * pt.c (lookup_template_class): Look through implict...
1999-04-11 mmitchel * friend.c (add_friend): Deal gracefully with error_ma...
1999-04-11 mmitchel * decl.c (push_binding): Fix typo in comment.
1999-04-10 mmitchel * error.c (dump_type_real): If a typename is a templat...
1999-04-09 mmitchel * decl.c (make_typename_type): Complain if we don...
1999-04-09 jason * decl.c (start_decl): Pass attributes to grokdeclarator.
1999-04-08 mmitchel * error.c (dump_expr): Don't crash on INDIRECT_REFs...
1999-04-08 mmitchel * search.c (template_self_reference_p): Tweak.
1999-04-06 mmitchel * cp-tree.h (BASELINK_P): New macro.
1999-04-05 mmitchel * decl.c (lookup_name_current_level): Tweak, and improve
1999-04-05 mmitchel * class.c (maybe_fixup_vptrs): Remove declaration.
1999-04-05 jason * pt.c (check_template_shadow): Don't treat OVERLOADs...
1999-04-03 jason * class.c (maybe_fixup_vptrs, build_class_init_list...
1999-04-02 mmitchel1999-04-02 Mark Mitchell <mark@codesourcery.com>
1999-04-01 loewis * cvt.c (convert_pointer_to_real): Use same_type_p.
1999-03-31 jason * semantics.c (begin_inline_definitions,
1999-03-31 ghazi * Makefile.in (hash.h): Generate using gperf...
1999-03-30 jason * cp-tree.h (IDENTIFIER_AS_DESC, IDENTIFIER_AS_LIST,
1999-03-29 jason * decl2.c (lang_decode_option): Remove -Wsign-promo...
1999-03-29 jason * pt.c (fn_type_unification): Ignore 'this' parm from...
1999-03-27 mmitchel * cp-tree.h (add_friend): Declare.
1999-03-27 jason * call.c (build_field_call): Unify 'this' and non...
1999-03-26 ghaziWarning fixes:
1999-03-26 loewis * gcc.texi (Copy Assignment): New node.
1999-03-25 law * gcc.c: Compile unconditionally all code formerly...
1999-03-25 jason * decl2.c (comdat_linkage): Treat vtables like functions.
1999-03-25 mmitchel * pt.c (tsubst_decl): Tsubst into DECL_BEFRIENDING_CLA...
1999-03-25 jason * decl.c (init_decl_processing): Add `signed' type...
1999-03-25 jason * typeck.c (common_type): Handle cv-qual unification...
1999-03-24 loewis * class.c (finish_struct_1): Always reset TYPE_FIELDS...
1999-03-24 jason * decl.c (lookup_name_real): Do nested field lookup...
1999-03-24 mmitchel * cp-tree.h (lang_type): Remove has_assignment and
1999-03-23 mmitchel * pt.c (convert_nontype_argument): Don't create things...
1999-03-23 mmitchelRemove conflict marker.
1999-03-23 mmitchel * function.c: Include hash.h.
1999-03-23 jason * decl2.c (finish_file): Set at_eof to 2 after expandi...
1999-03-23 mmitchel * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-03-19 mmitchel * init.c (build_member_call): Handle template-id expre...
1999-03-19 jason * friend.c (make_friend_class): Avoid core dump when
1999-03-18 oliva* Make-lang.in: ($(INTL_TARGETS)): depend on cp/parse.c
1999-03-17 loewis * parse.y (named_complex_class_head_sans_basetype):
1999-03-16 jason * method.c (old_backref_index): Split out...
1999-03-15 ghazi * lex.c: Don't include setjmp.h.
1999-03-15 mmitchel * decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES...
1999-03-15 mmitchel * decl2.c (validate_nonmember_using_decl): Issue sensible
1999-03-15 jason * call.c (add_function_candidate): Fix uninitialized...
1999-03-14 jason * Makefile.in (search.o): Add dependency on varray.h.
1999-03-14 jason * decl.c (duplicate_decls): Use same_type_p.
1999-03-13 jason * error.c (cp_printers): Add 'F' escape character.
1999-03-13 loewis * semantics.c (finish_switch_cond): Handle...
1999-03-12 loewis * decl.c (select_decl): Allow class templates...
1999-03-12 mmitchel * lex.c (do_identifier): Correct call to enforce_access.
1999-03-10 mmitchel * semantics.c (begin_class_definition): Call build_sel...
1999-03-10 mmitchel * search.c (assert_canonical_unmarked): Fix typo in...
1999-03-10 mmitchel * search.c (dfs_canonical_queue): New function.
1999-03-10 mmitchel * sig.c (build_signature_table_constructor): Use acces...
1999-03-10 jason * call.c (add_builtin_candidates): Handle overloaded...
1999-03-09 mmitchel * cp-tree.h (flag_access_control): Declare.
1999-03-09 jason * call.c (add_function_candidate): Check for proper...
1999-03-06 jason * cp-tree.h (struct lang_type): Add anon_union field.
next