cp-error.def: New file.
[platform/upstream/gcc.git] / gcc / cp / parse.y
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-26 Mark Mitchellcp-tree.h (finish_enum): Change prototype.
1998-08-24 Jason Merrillcomment
1998-08-24 Jason Merrill* parse.y (primary): Fix up the type of string constants.
1998-08-20 Jason Merrill* parse.y (notype_unqualified_id): Also accept ~A<int>.
1998-08-17 Mark Mitchellcp-tree.h (enter_scope_of): New function.
1998-07-28 Mark Mitchellcp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
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-12 Martin v. Löwisdecl.c (struct binding_level): New field using_directives.
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-23 Andrew MacLeodHave -fnew-exceptions actually use the runtime field...
1998-06-17 Jason Merrillmethod.c (hack_identifier): Complain about getting...
1998-06-09 Andrew MacLeodMinor tweaks.
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-14 Andrew MacLeodFirst cut of changes to utilize the new exception handl...
1998-05-11 Mark Mitchellcp-tree.h (finish_unary_op_expr): New function.
1998-05-08 Martin v. Löwismassive namespace patch
1998-04-26 Mark Mitchellcp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-09 Benjamin Kosnikcp-tree.h (start_decl): Update prototype.
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 Merrillparse.y (nomods_initdcl0): Also call cp_finish_decl...
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-11 Mark Mitchellparse.y (new_initializer): Make sure all initializers...
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-18 Brendan Kehoetree.h (merge_machine_{type,decl}_attributes): Declare.
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-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-19 Mark Mitchelldecl.c (start_decl): Don't allow duplicate definitions...
1997-12-06 Jason Merrillparse.y (do_id): New nonterminal.
1997-12-06 Jason Merrillparse.y (template_id): do_identifier for PFUNCNAMEs...
1997-11-20 Jason Merrilldecl.c (make_implicit_typename): Handle case where...
1997-10-15 Brendan Kehoeparse.y (unary_expr): Give a pedwarn if someone tries...
1997-10-14 Jason Merrillcp-tree.h (scratchalloc, [...]): Define as macros for...
1997-10-01 Jason MerrillMakefile.in (g++FAQ.*): New rules.
1997-09-28 Jason Merrill[multiple changes]
1997-09-26 Jason Merrillparse.y (member_init): Also imply typename here.
1997-09-26 Jason Merrillfix thinko
1997-09-25 Jason MerrillHandle multi-level typenames and implicit typename...
1997-09-06 Jason Merrillclass.c (grow_method): Remove check for redeclaration.
1997-09-02 Jason Merrillpt.c (unify): float doesn't match double.
1997-08-22 Jason Merrilllex.c (real_yylex): Refer to __complex instead of complex.
1997-08-21 Jason Merrill[multiple changes]
1997-08-19 Jason Merrillmerge
1997-08-19 Jason Merrillmerge
1997-08-01 Mike Stump92th Cygnus<->FSF quick merge
1997-07-24 Brendan Kehoe92th Cygnus<->FSF quick merge
1997-06-18 Mike Stump91th Cygnus<->FSF quick merge
1997-05-28 Mike Stump91th Cygnus<->FSF quick merge
1997-04-02 Mike Stump90th Cygnus<->FSF quick merge
1997-02-21 Mike Stump90th Cygnus<->FSF quick merge
1997-02-04 Mike Stump90th Cygnus<->FSF quick merge
1997-01-21 Mike Stump90th Cygnus<->FSF quick merge
1996-12-18 Mike Stump90th Cygnus<->FSF quick merge
1996-12-18 Mike Stump90th Cygnus<->FSF quick merge
1996-11-12 Mike Stump90th Cygnus<->FSF quick merge
1996-10-11 Mike Stump89th Cygnus<->FSF quick merge
1996-09-30 Mike Stump89th Cygnus<->FSF quick merge
next