]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
cp-tree.h (build_binary_op): Remove unneeded parameter.
[gcc.git] / gcc / cp / ChangeLog
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-18 Mark Mitchellcp-tree.h (finish_class_definition): Add parameter.
1999-04-17 Mark Mitchelldecl.c (xref_tag): Revise handling of nested template...
1999-04-16 Mark Mitchellclass.c (finish_struct): Remove unused variable.
1999-04-16 Mark Mitchellcp-tree.h (TREE_NONLOCAL_FLAG): Remove.
1999-04-16 Mark Mitchelldecl.c (warn_about_implicit_typename_lookup): New function.
1999-04-15 Mark Mitchellcp-tree.h (lookup_nested_field): Remove.
1999-04-15 Mark Mitchellcp-tree.h (lang_type): Add documentation.
1999-04-15 Jason Merrillremove conflict indicators
1999-04-15 Jason Merrillparse.y (after_type_declarator_intern): New nonterminal.
1999-04-14 Mark Mitchellcp-tree.h (popclass): Change declaration.
1999-04-14 Jason Merrillremove change bars
1999-04-14 Jason Merrilltypeck.c (build_unary_op): Handle taking the address...
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 StumpFix spelling and formatting.
1999-04-13 Jason Merrill* pt.c (tsubst_function_type): Copy attributes over.
1999-04-13 Jason Merrilltree.c (cp_valid_lang_attribute): New fn.
1999-04-13 Mark Mitchellclass.c (finish_struct_1): Look at the const-ness of...
1999-04-13 Mike StumpFix up spelling and formatting.
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-13 Jason Merrillcp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
1999-04-13 Jason Merrilldecl.c (xref_tag): Only complain once about using a...
1999-04-12 Jason Merrillparse.y (absdcl_intern): New nonterminal.
1999-04-12 Jason Merrill* pt.c (lookup_template_class): Look through implict...
1999-04-11 Mark Mitchellfriend.c (add_friend): Deal gracefully with error_mark_...
1999-04-11 Mark Mitchell* decl.c (push_binding): Fix typo in comment.
1999-04-10 Mark Mitchellerror.c (dump_type_real): If a typename is a template...
1999-04-09 Mark Mitchelldecl.c (make_typename_type): Complain if we don't find...
1999-04-09 Jason Merrilldecl.c (start_decl): Pass attributes to grokdeclarator.
1999-04-08 Mark Mitchellerror.c (dump_expr): Don't crash on INDIRECT_REFs whose...
1999-04-08 Mark Mitchell* search.c (template_self_reference_p): Tweak.
1999-04-06 Mark Mitchellcp-tree.h (BASELINK_P): New macro.
1999-04-05 Mark Mitchelldecl.c (lookup_name_current_level): Tweak, and improve...
1999-04-05 Mark Mitchellclass.c (maybe_fixup_vptrs): Remove declaration.
1999-04-05 Mark Mitchellpt.c (check_template_shadow): Don't treat OVERLOADs...
1999-04-03 Jason Merrillclass.c (maybe_fixup_vptrs, [...]): Lose.
1999-04-02 Mark Mitchelltinfo.h (__class_type_info): Fix illegal declaration.
1999-04-01 Nathan Sidwellcvt.c (convert_pointer_to_real): Use same_type_p.
1999-03-31 Jason Merrillsemantics.c (begin_inline_definitions, [...]): Rename...
1999-03-31 Kaveh R. GhaziMakefile.in (hash.h): Generate using gperf language...
1999-03-30 Jason Merrillcp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.
1999-03-29 Jason Merrill* decl2.c (lang_decode_option): Remove -Wsign-promo...
1999-03-29 Jason Merrill* pt.c (fn_type_unification): Ignore 'this' parm from...
1999-03-27 Mark Mitchellcp-tree.h (add_friend): Declare.
1999-03-27 Jason Merrillcall.c (build_field_call): Unify 'this' and non-'this...
1999-03-26 Kaveh R. GhaziWarning fixes:
1999-03-26 Martin v. Löwisgcc.texi (Copy Assignment): New node.
1999-03-25 Zack Weinberggcc.c: Compile unconditionally all code formerly depend...
1999-03-25 Jason Merrill* decl2.c (comdat_linkage): Treat vtables like functions.
1999-03-25 Mark Mitchell* pt.c (tsubst_decl): Tsubst into DECL_BEFRIENDING_CLASSES.
1999-03-25 Nathan Sidwelldecl.c (init_decl_processing): Add `signed' type as...
1999-03-25 Jason Merrilltypeck.c (common_type): Handle cv-qual unification...
1999-03-24 Martin v. Löwis* class.c (finish_struct_1): Always reset TYPE_FIELDS...
1999-03-24 Jason Merrilldecl.c (lookup_name_real): Do nested field lookup regar...
1999-03-24 Mark Mitchellcp-tree.h (lang_type): Remove has_assignment and has_re...
1999-03-23 Mark Mitchellpt.c (convert_nontype_argument): Don't create things...
1999-03-23 Mark MitchellRemove conflict marker.
1999-03-23 Mark Mitchellfunction.c: Include hash.h.
1999-03-23 Jason Merrilldecl2.c (finish_file): Set at_eof to 2 after expanding...
1999-03-23 Mark Mitchellcp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-03-19 Mark Mitchellinit.c (build_member_call): Handle template-id expressi...
1999-03-19 Jason Merrillfriend.c (make_friend_class): Avoid core dump when...
1999-03-18 Alexandre OlivaMake-lang.in: ($(INTL_TARGETS)): depend on cp/parse.c
1999-03-17 Martin v. Löwisparse.y (named_complex_class_head_sans_basetype): Do...
1999-03-16 Jason Merrillmethod.c (old_backref_index): Split out...
1999-03-15 Kaveh R. Ghazilex.c: Don't include setjmp.h.
1999-03-15 Mark Mitchelldecl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES...
1999-03-15 Mark Mitchelldecl2.c (validate_nonmember_using_decl): Issue sensible...
1999-03-15 Jason Merrill* call.c (add_function_candidate): Fix uninitialized...
1999-03-14 Jason Merrill* Makefile.in (search.o): Add dependency on varray.h.
1999-03-14 Jason Merrilldecl.c (duplicate_decls): Use same_type_p.
1999-03-13 Nathan Sidwellerror.c (cp_printers): Add 'F' escape character.
1999-03-13 Martin v. Löwissemantics.c (finish_switch_cond): Handle error cases...
1999-03-12 Martin v. Löwisdecl.c (select_decl): Allow class templates when we...
1999-03-12 Mark Mitchelllex.c (do_identifier): Correct call to enforce_access.
1999-03-10 Mark Mitchellsemantics.c (begin_class_definition): Call build_self_r...
1999-03-10 Mark Mitchell* search.c (assert_canonical_unmarked): Fix typo in...
1999-03-10 Mark Mitchellsearch.c (dfs_canonical_queue): New function.
1999-03-10 Mark Mitchellsig.c (build_signature_table_constructor): Use accessib...
1999-03-10 Jason Merrill* call.c (add_builtin_candidates): Handle overloaded...
1999-03-09 Mark Mitchellcp-tree.h (flag_access_control): Declare.
1999-03-09 Jason Merrillcall.c (add_function_candidate): Check for proper numbe...
1999-03-06 Jason Merrillcp-tree.h (struct lang_type): Add anon_union field.
1999-03-06 Jason Merrilldecl2.c (setup_initp): Give statics with no priority...
1999-03-05 Mark Mitchellcp-tree.h (ANON_UNION_TYPE_P): Robustify.
1999-03-05 Jason Merrill* pt.c (tsubst, case ARRAY_REF): Use tsubst_expr again.
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-03-02 Mark Mitchellcp-tree.h (determine_specialization): Don't declare.
1999-03-02 Mark Mitchelldecl.c (maybe_push_to_top_level): Always call push_cp_f...
1999-02-26 Nathan Sidwelltypeck.c (complete_type_or_else): Add VALUE arg, for...
1999-02-26 Mark Mitchelltypeck.c (decay_conversion): Don't confuse constant...
1999-02-26 Mark Mitchelldecl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIAT...
1999-02-26 Mark Mitchellclass.c (check_for_override): Don't stop checking when...
1999-02-25 Richard Hendersongcc.c (default_compilers): Define __FAST_MATH__ when...
1999-02-25 Jason Merrilltypeck.c (convert_for_assignment): Allow boolean integr...
next
This page took 0.691214 seconds and 108 git commands to generate.