lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
[gcc.git] / gcc / cp / parse.c
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]
1997-09-27 Jason Merrillregen
1997-09-10 Jason Merrillexcept.c (expand_throw): Call build_delete for all...
1997-08-22 Jason Merrilllex.c (real_yylex): Refer to __complex instead of complex.
1997-08-11 Jeff LawInitial revision