aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parse.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-10RegeneratedMark Mitchell1-1/+1
1999-09-09cp-tree.h (begin_switch_stmt): Adjust prototype.Mark Mitchell1-2/+2
1999-09-09Reorganize per-function data.Mark Mitchell1-392/+396
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-4/+4
1999-09-08cp-tree.h (copy_to_permanent): Remove.Mark Mitchell1-1/+1
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-1318/+1316
1999-09-05Makefile.in (parse.o): Depend on ggc.h.Mark Mitchell1-809/+819
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-1/+1
1999-08-30cp-tree.h (start_handler_parms): New function.Mark Mitchell1-105/+107
1999-08-28cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-168/+167
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-832/+893
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-4/+4
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-1/+1
1999-08-12cp-tree.h (minimal_parse_mode): Remove.Mark Mitchell1-108/+103
1999-08-11parse.y (pedantic): Give it itype.Mark Mitchell1-808/+808
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-3353/+3298
1999-08-09semantics.c (begin_function_try_block, [...]): New fns.Jason Merrill1-121/+115
1999-08-04regenJason Merrill1-3455/+3402
1999-07-25decl.c (ptr_type_node, [...]): New.Richard Henderson1-4553/+4608
1999-07-20lang-specs.h (c++-cpp-output): Pass -fpreprocessed.Jason Merrill1-3460/+3468
1999-07-20c-common.h: New file.Bernd Schmidt1-814/+813
1999-05-24decl.c (lookup_tag): Remove code no longer needed after name-lookup improveme...Mark Mitchell1-370/+372
1999-05-16revertJason Merrill1-742/+742
1999-05-16decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONS...Jason Merrill1-742/+742
1999-05-05decl2.c (start_objects): Don't let static constructors and destructors get in...Mark Mitchell1-223/+224
1999-04-22gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL co...Mark Mitchell1-30/+31
1999-04-18cp-tree.h (finish_class_definition): Add parameter.Mark Mitchell1-375/+374
1999-04-15cp-tree.h (lang_type): Add documentation.Mark Mitchell1-4111/+4107
1999-04-15parse.y (after_type_declarator_intern): New nonterminal.Jason Merrill1-3789/+3899
1999-04-12parse.y (absdcl_intern): New nonterminal.Jason Merrill1-2878/+3067
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-2986/+2980
1999-03-31semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg...Jason Merrill1-469/+473
1999-03-30cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.Jason Merrill1-479/+481
1999-03-28updateJason Merrill1-4/+4
1999-03-26Warning fixes:Kaveh R. Ghazi1-812/+813
1999-03-17parse.y (named_complex_class_head_sans_basetype): Do nothing for error_mark_n...Martin v. Löwis1-366/+372
1999-03-09cp-tree.h (flag_access_control): Declare.Mark Mitchell1-3187/+3133
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1998-12-13regenJason Merrill1-732/+739
1998-12-04pt.c (check_template_shadow): New fn.Jason Merrill1-663/+660
1998-11-22parse.y (named_class_head): Update CLASSTYPE_DECLARED_CLASS.Jason Merrill1-348/+353
1998-11-21Handle specifying template args to member function templates.Jason Merrill1-557/+566
1998-11-16typeck2.c (my_friendly_abort): Don't fatal twice in a row.Jason Merrill1-626/+623
1998-11-01parse.y (apparent_template_type): new typeAlexandre Oliva1-4327/+4372
1998-10-25cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill1-1/+1
1998-10-25updateJason Merrill1-4/+4
1998-10-23cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1-3663/+3658
1998-10-17parse.y (fn.def2): Fix 'attrs' format.Jason Merrill1-4223/+4273
1998-10-11typeck2.c (my_friendly_abort): Add URL.Jason Merrill1-710/+718
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1-3299/+3337