tinfo.h (__class_type_info): Fix illegal declaration.
[gcc.git] / gcc / cp / parse.c
1999-04-02 Mark Mitchelltinfo.h (__class_type_info): Fix illegal declaration.
1999-03-31 Jason Merrillsemantics.c (begin_inline_definitions, [...]): Rename...
1999-03-30 Jason Merrillcp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.
1999-03-28 Jason Merrillupdate
1999-03-26 Kaveh R. GhaziWarning fixes:
1999-03-17 Martin v. Löwisparse.y (named_complex_class_head_sans_basetype): Do...
1999-03-09 Mark Mitchellcp-tree.h (flag_access_control): Declare.
1999-01-11 Jeff LawUpdate FSF address in copyright header.
1998-12-13 Jason Merrillregen
1998-12-04 Jason Merrillpt.c (check_template_shadow): New fn.
1998-11-23 Jason Merrillparse.y (named_class_head): Update CLASSTYPE_DECLARED_C...
1998-11-21 Jason MerrillHandle specifying template args to member function...
1998-11-16 Jason Merrilltypeck2.c (my_friendly_abort): Don't fatal twice in...
1998-11-01 Alexandre Olivaparse.y (apparent_template_type): new type
1998-10-26 Jason Merrillcp-tree.def (TYPEOF_TYPE): New code.
1998-10-26 Jason Merrillupdate
1998-10-23 Mark Mitchellcplus-dem.c (work_stuff): Replace const_type and volati...
1998-10-18 Jason Merrillparse.y (fn.def2): Fix 'attrs' format.
1998-10-12 Jason Merrilltypeck2.c (my_friendly_abort): Add URL.
1998-10-06 Mark Mitchellcp-tree.def (PTRMEM_CST): New tree node.
1998-09-22 Mark Mitchell* parse.y (component_decl_list): Improve error-recovery.
1998-09-09 Jason Merrillerror.c (dump_type_real): Handle NAMESPACE_DECL.
1998-09-08 Mumit Khan* parse.y (nomods_initdcl0): Set up the parser stack...
1998-09-07 Jason Merrillrevert error reporting patch
1998-09-06 Mark Mitchellcp-error.def: New file.
1998-09-03 Mark Mitchellcp-tree.h (finish_globally_qualified_member_call_expr...
1998-08-28 Mark Mitchellcp-tree.h (build_enumerator): Take the enumeration...
1998-08-28 Mark Mitchellcp-tree.h (finish_base_specifier): New function.
1998-08-27 Mark Mitchellclass.c (build_vbase_path): Use reverse_path.
1998-08-27 Jason Merrillclass.c: #if 0 complete_type_p.
1998-08-24 Jason Merrillcomment
1998-08-24 Jason Merrill* parse.y (primary): Fix up the type of string constants.
1998-08-20 Jason Merrillregen
1998-08-17 Mark Mitchellcp-tree.h (enter_scope_of): New function.
1998-07-28 Jason Merrillclass.c (finish_struct_1): Convert integer_zero_node...
1998-07-27 Jason Merrill* typeck2.c (build_functional_cast): Handle default...
1998-07-27 Jason Merrillparse.y (direct_notype_declarator): Add precedence...
1998-07-24 Jason Merrill* parse.y (nested_name_specifier_1): Pull out the TYPE_...
1998-07-23 Jason Merrillexcept.c (process_start_catch_block_old): Call start_de...
1998-07-22 Jason Merrillexception: Change terminate and unexpected to ().
1998-07-17 Jason Merrillparse.y (primary): Use notype_unqualified_id instead...
1998-07-15 Martin v. Löwisdecl2.c (add_using_namespace): Iterate over namespaces...
1998-07-15 Jason Merrillmethod.c (build_decl_overload_real): Fix namespace...
1998-07-14 Jason Merrillparse.y (namespace_qualifier): Fix multiple level handling.
1998-07-14 Jason Merrillcall.c (joust): Don't warn about "confusing" conversion...
1998-07-12 Martin v. Löwisdecl2.c (build_expr_from_tree): Change calls of do_iden...
1998-07-07 Jason Merrilldecl.c (xref_tag): Handle attributes between 'class...
1998-06-25 Jason Merrillcp-tree.h (CP_DECL_CONTEXT): New macro.
1998-06-17 Jason Merrillmethod.c (hack_identifier): Complain about getting...
1998-06-10 Jason Merrillinit.c (resolve_offset_ref): Handle default-initialization.
1998-06-05 Martin v. Löwiscp-tree.h (DECL_NAMESPACE_ALIAS, [...]): Declare.
1998-05-27 Kevin Buhr* parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
1998-05-26 Jason Merrilldecl.c (pushdecl): Don't copy the type_decl.
1998-05-24 Mark Mitchellparse.y (xcond): Move call to condition_conversion ...
1998-05-20 Mark Mitchellclass.c (delete_duplicate_fields_1): Use DECL_DECLARES_...
1998-05-19 Kaveh R. GhaziWarning fixes:
1998-05-19 Jason Merrillinit.c (build_member_call): Handle template_ids.
1998-05-18 Mark Mitchellparse.y (.finish_new_placement): New non-terminal.
1998-05-17 Mark Mitchellinit.c (build_new_1): Call suspend_momentary around...
1998-05-15 Jason Merrillregen
1998-05-11 Mark Mitchelllex.c (yyprint): Remove TYPENAME_ELLIPSIS.
1998-05-08 Martin v. Löwismassive namespace patch
1998-04-26 Mark Mitchellcp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-10 Jeff LawRebuild after recent parse.y change.
1998-04-01 Jeffrey A Law* class.c, Make sure system.h is included just after...
1998-03-31 Jeffrey A Lawcall.c: Include system.h.
1998-03-28 Mark Mitchellpt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1998-03-18 Mark Mitchellsemantics.c: New file, containing routines to perform...
1998-03-18 Jason Merrillupdate
1998-03-17 Jason Merrillclass.c (pushclass): Only use the mi_matrix stuff ...
1998-03-16 Mark Mitchell* parse.y: Deal with CONSTRUCTORS in new_initializers.
1998-03-15 Jason Merrillupdate
1998-03-02 Jason Merrillparse.y (explicit_template_type): Remove TEMPLATE keyword.
1998-02-28 Jason Merrillparse.y (nested_name_specifier): Use explicit_template_...
1998-02-28 Jason Merrillcp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
1998-02-27 Jason Merrillpt.c (tsubst, [...]): Support member class templates.
1998-02-19 Jason Merrilltypeck2.c (process_init_constructor): Sorry about non...
1998-02-17 Mark Mitchellparse.y (initdcl0_innards): New grammar symbol.
1998-02-17 Jason Merrill* parse.y (simple_stmt): Use getdecls() to check for...
1998-02-13 Jason Merrillparse.y (simple_stmt): If the condition isn't a declara...
1998-02-13 Jason Merrillcp-tree.h: Add access_protected_virtual_node.
1998-02-11 Mark Mitchellcp-tree.h (push_template_decl): Return the decl passed...
1998-02-07 Jason Merrill* parse.y (nomods_initdcl0): Add constructor_declarator...
1998-02-03 Jason Merrilldecl.c: Lose arg_looking_for_template.
1998-02-03 Kriang Lerdsuwanakijerror.c (dump_decl): Fix type of default arguments...
1998-02-03 Mark Mitchellparse.y (primary): Deal with statement-expressions...
1998-02-02 Mark Mitchellcp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
1998-02-02 Kaveh R. GhaziVarious fixes for -Wall problems from Kaveh. See Chang...
1998-02-01 J"orn Renneckedecl.c (init_decl_processing): Use set_sizetype.
1998-01-29 Jason Merrillclass.c (instantiate_type): Don't just return a known...
1998-01-27 Mark Mitchellcall.c (add_template_candidate_real): New function.
1998-01-25 Jason Merrill* parse.y (typename_sub*): Fix std::.
1998-01-22 Kriang Lerdsuwanakijpt.c (coerce_template_parms): Don't access elements...
1998-01-21 Jason Merrillupdate
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-04 Jason Merrillupdate
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-26 Jason Merrillrebuild
1997-10-14 Jason Merrillregen
1997-09-28 Jason Merrill[multiple changes]
next