aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parse.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-12gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell1-8709/+0
2000-07-10init.c (build_new_1): Bail early if the call to new fails.Jason Merrill1-1601/+1599
2000-07-04repo.c (repo_get_id): Handle the case where a class with virtual bases has a ...Jason Merrill1-709/+706
2000-06-30Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.Mark Mitchell1-1/+1
2000-06-30parse.y (expr_no_comma_rangle): New non-terminal.Nathan Sidwell1-4328/+4514
2000-06-24decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.Jason Merrill1-3281/+3308
2000-06-23parse.y (template_arg): Convert TEMPLATE_DECL that is a template template par...Kriang Lerdsuwanakij1-649/+653
2000-06-21parse.y (program): Always call finish_translation_unit.Nathan Sidwell1-807/+811
2000-06-19c-common.h (IF_COND): Added documentation.Ben Chelf1-2/+2
2000-06-16cp-tree.h (finish_mem_initializers): Declare.Mark Mitchell1-719/+689
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-824/+883
2000-05-28cp-tree.h (ansi_opname): Make it a macro.Alex Samuel1-34/+34
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