OSDN Git Service

Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
[pf3gnuchains/gcc-fork.git] / gcc / cp / parse.c
1998-12-13 jasonregen
1998-12-04 jason * pt.c (check_template_shadow): New fn.
1998-11-23 jason * parse.y (named_class_head): Update CLASSTYPE_DECLARE...
1998-11-21 jason Handle specifying template args to member function...
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-26 jasonupdate
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
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-27 jason * class.c: #if 0 complete_type_p.
1998-08-24 jasoncomment
1998-08-24 jason * parse.y (primary): Fix up the type of string constants.
1998-08-20 jasonregen
1998-08-17 mmitchel * cp-tree.h (enter_scope_of): New function.
1998-07-28 jason * class.c (finish_struct_1): Convert integer_zero_node to
1998-07-27 jason * typeck2.c (build_functional_cast): Handle default...
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-07 jason * decl.c (xref_tag): Handle attributes between 'class...
1998-06-25 jason * cp-tree.h (CP_DECL_CONTEXT): New macro.
1998-06-17 jason * method.c (hack_identifier): Complain about getting...
1998-06-10 jason * init.c (resolve_offset_ref): Handle default-initiali...
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-15 jasonregen
1998-05-11 mmitchelMon May 11 07:16:30 1998 Mark Mitchell <mmitchell...
1998-05-08 jasonmassive namespace patch
1998-04-26 mmitchel * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-10 lawRebuild after recent parse.y change.
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 jasonupdate
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-15 jasonupdate
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-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-02-01 law * decl.c (init_decl_processing): Use set_sizetype.
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-21 jasonupdate
1997-12-07 lawMerge from gcc-2.8
1997-12-04 jasonupdate
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-26 jasonrebuild
1997-10-14 jasonregen
1997-09-28 jasonSat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick...
1997-09-27 jasonregen
1997-09-10 jason * except.c (expand_throw): Call build_delete for all
1997-08-22 jason * lex.c (real_yylex): Refer to __complex instead of...
1997-08-11 lawInitial revision