OSDN Git Service

* typeck2.c (my_friendly_abort): Don't fatal twice in a row.
[pf3gnuchains/gcc-fork.git] / gcc / cp / parse.y
1998-11-16 jason * typeck2.c (my_friendly_abort): Don't fatal twice...
1998-11-01 oliva * parse.y (apparent_template_type): new type
1998-10-26 jason * cp-tree.def (TYPEOF_TYPE): New code.
1998-10-24 loewis * parse.y (condition): Convert VAR_DECL from reference...
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-22 loewis * parse.y (named_class_head): Push into class while...
1998-10-18 jason * parse.y (fn.def2): Fix 'attrs' format.
1998-10-12 jason * typeck2.c (my_friendly_abort): Add URL.
1998-10-06 mmitchel * cp-tree.def (PTRMEM_CST): New tree node.
1998-09-22 mmitchel * parse.y (component_decl_list): Improve error-recovery.
1998-09-09 jason * error.c (dump_type_real): Handle NAMESPACE_DECL.
1998-09-08 jason * parse.y (nomods_initdcl0): Set up the parser stack...
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-09-03 mmitchel * cp-tree.h (finish_globally_qualified_member_call_expr):
1998-08-28 mmitchel * cp-tree.h (build_enumerator): Take the enumeration...
1998-08-28 mmitchel * cp-tree.h (finish_base_specifier): New function.
1998-08-27 mmitchel * class.c (build_vbase_path): Use reverse_path.
1998-08-26 mmitchel * cp-tree.h (finish_enum): Change prototype.
1998-08-24 jasoncomment
1998-08-24 jason * parse.y (primary): Fix up the type of string constants.
1998-08-20 jason * parse.y (notype_unqualified_id): Also accept ~A...
1998-08-17 mmitchel * cp-tree.h (enter_scope_of): New function.
1998-07-28 mmitchel * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
1998-07-27 jason * parse.y (direct_notype_declarator): Add precedence...
1998-07-24 jason * parse.y (nested_name_specifier_1): Pull out the...
1998-07-23 jason * except.c (process_start_catch_block_old): Call start...
1998-07-22 jason * inc/exception: Change terminate and unexpected to ().
1998-07-17 jason * parse.y (primary): Use notype_unqualified_id instead...
1998-07-15 jason * decl2.c (add_using_namespace): Iterate over namespac...
1998-07-15 jason * method.c (build_decl_overload_real): Fix namespace...
1998-07-14 jason * parse.y (namespace_qualifier): Fix multiple level...
1998-07-14 jason * call.c (joust): Don't warn about "confusing" convers...
1998-07-12 jason * decl2.c (build_expr_from_tree): Change calls of...
1998-07-12 jason * decl.c (struct binding_level): New field using_direc...
1998-07-07 jason * decl.c (xref_tag): Handle attributes between 'class...
1998-06-25 jason * cp-tree.h (CP_DECL_CONTEXT): New macro.
1998-06-23 amacleodHave -fnew-exceptions actually use the runtime field...
1998-06-17 jason * method.c (hack_identifier): Complain about getting...
1998-06-09 amacleodMinor tweaks.
1998-06-05 jason * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE...
1998-05-27 jason * parse.y (base_class): Use is_aggr_type, not IS_AGGR_...
1998-05-26 jason * decl.c (pushdecl): Don't copy the type_decl.
1998-05-24 mmitchel1998-05-24 Mark Mitchell <mark@markmitchell.com>
1998-05-20 mmitchel * class.c (delete_duplicate_fields_1): Use DECL_DECLAR...
1998-05-19 ghaziWarning fixes:
1998-05-19 jason * init.c (build_member_call): Handle template_ids.
1998-05-18 mmitchel * parse.y (.finish_new_placement): New non-terminal.
1998-05-17 mmitchel * init.c (build_new_1): Call suspend_momentary around...
1998-05-14 amacleodFirst cut of changes to utilize the new exception handl...
1998-05-11 mmitchel * cp-tree.h (finish_unary_op_expr): New function.
1998-05-08 jasonmassive namespace patch
1998-04-26 mmitchel * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-09 bkozd
1998-04-01 law * class.c, Make sure system.h is included just...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-28 mmitchel * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1998-03-18 mmitchel * semantics.c: New file, containing routines to perfor...
1998-03-18 jason * parse.y (nomods_initdcl0): Also call cp_finish_decl...
1998-03-17 jason * class.c (pushclass): Only use the mi_matrix stuff...
1998-03-16 mmitchell * parse.y: Deal with CONSTRUCTORS in new_initializers.
1998-03-11 mmitchell * parse.y (new_initializer): Make sure all initializer...
1998-03-02 jason * parse.y (explicit_template_type): Remove TEMPLATE...
1998-02-28 jason * parse.y (nested_name_specifier): Use explicit_templa...
1998-02-28 jason * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
1998-02-27 jason * pt.c (tsubst, TEMPLATE_DECL): Support member class...
1998-02-19 jason * typeck2.c (process_init_constructor): Sorry about...
1998-02-18 brendan./ChangeLog:
1998-02-17 mmitchell * parse.y (initdcl0_innards): New grammar symbol.
1998-02-17 jason * parse.y (simple_stmt): Use getdecls() to check for...
1998-02-13 jason * parse.y (simple_stmt): If the condition isn't a...
1998-02-13 jason * cp-tree.h: Add access_protected_virtual_node.
1998-02-11 jason * cp-tree.h (push_template_decl): Return the decl...
1998-02-07 jason * parse.y (nomods_initdcl0): Add constructor_declarato...
1998-02-03 jason * decl.c: Lose arg_looking_for_template.
1998-02-03 jason * error.c (dump_decl): Fix type of default arguments...
1998-02-03 jason * parse.y (primary): Deal with statement-expressions in
1998-02-02 jason * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New...
1998-02-02 lawVarious fixes for -Wall problems from Kaveh. See Chang...
1998-01-29 jason * class.c (instantiate_type): Don't just return a...
1998-01-27 jason * call.c (add_template_candidate_real): New function.
1998-01-25 jason * parse.y (typename_sub*): Fix std::.
1998-01-22 jasonWed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsu...
1998-01-19 jason * decl.c (start_decl): Don't allow duplicate definitio...
1997-12-06 jason * parse.y (do_id): New nonterminal.
1997-12-06 jason * parse.y (template_id): do_identifier for PFUNCNAMEs...
1997-11-20 jason * decl.c (make_implicit_typename): Handle case where...
1997-10-15 brendan * parse.y (unary_expr): Give a pedwarn if someone...
1997-10-14 jason * cp-tree.h (scratchalloc, build_scratch_list, make_sc...
1997-10-01 jason * Makefile.in (g++FAQ.*): New rules.
1997-09-28 jasonSat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick...
1997-09-26 jason * parse.y (member_init): Also imply typename here...
1997-09-26 jasonfix thinko
1997-09-25 jason Handle multi-level typenames and implicit typename...
1997-09-06 jason * class.c (grow_method): Remove check for redeclaration.
1997-09-02 jason * pt.c (unify): float doesn't match double.
1997-08-22 jason * lex.c (real_yylex): Refer to __complex instead of...
1997-08-21 jasonWed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick...
1997-08-19 jasonmerge
1997-08-19 jasonmerge
next