aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parse.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-11cp-tre.h (finish_function): Change prototype.Mark Mitchell1-5/+5
2000-04-10class.c (instantiate_type): Handle object-relative template-id.Jason Merrill1-709/+710
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-2/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-7/+6
2000-03-18* parse.c: Regenerated.Martin v. Löwis1-7/+8
2000-03-12Revert previous checkinGabriel Dos Reis1-6/+5
2000-03-12lex.c (whitespace_cr): Compress consecutive calls to warning().Gabriel Dos Reis1-5/+6
2000-02-28regenJason Merrill1-808/+808
2000-02-25lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicatin...Mark Mitchell1-98/+93
2000-02-23decl.c (grokdeclarator): Call decl_type_access_control.Jason Merrill1-815/+817
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-16/+17
2000-02-18semantics.c (deferred_type_access_control): Walk the entire type_lookups list.Jason Merrill1-934/+965
2000-02-13parse.y (frob_specs): Split out...Jason Merrill1-829/+826
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill1-847/+881
2000-02-01parse.y (simple_stmt): Allow :: token in asm parameter list.Ulrich Drepper1-2695/+2720
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-4/+4
2000-01-18cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.Nathan Sidwell1-1/+1
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell1-8/+8
2000-01-12call.c (convert_class_to_reference): Fix typos.Mark Mitchell1-370/+376
1999-11-16cp-tree.h (build_enumerator): Change prototype.Mark Mitchell1-815/+805
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-546/+542
1999-11-07cp-tree.h (begin_new_placement): Remove.Mark Mitchell1-4501/+4502
1999-10-29cp-tree.h (make_typename_type): Change prototype.Mark Mitchell1-230/+233
1999-10-25decl.c (push_overloaded_decl_1): Use pushdecl.Mark Mitchell1-812/+809
1999-10-22regenJason Merrill1-1/+1
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell1-123/+118
1999-09-21cp-tree.h (finish_stmt_expr): Change prototype.Mark Mitchell1-533/+527
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-702/+698
1999-09-17cp-tree.h (poplevel_class): Declare.Mark Mitchell1-4228/+4216
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