aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-25cp-tree.h (check_return_expr): New function.Mark Mitchell1-0/+27
1999-09-24cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.Mark Mitchell1-2/+8
1999-09-21Force check-in to ensure that it is up to date.Mark Mitchell1-1/+1
1999-09-21cp-tree.h (finish_stmt_expr): Change prototype.Alexandre Oliva1-15/+2
1999-09-20Remove support for assigning to `this'.Mark Mitchell1-37/+62
1999-09-19* ir.texi: New file.Mark Mitchell1-1/+1
1999-09-19gxxint.texi: G++ now implements namespaces.Mark Mitchell1-1/+5
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-121/+169
1999-09-17cp-tree.h (poplevel_class): Declare.Mark Mitchell1-2/+1
1999-09-12cp-tree.def (CLEANUP_STMT): New node.Mark Mitchell1-1/+31
1999-09-10cp-tree.h (language_function): Rename expanding_p to x_expanding_p.Mark Mitchell1-13/+49
1999-09-10cp-tree.h (finish_cleanup_try_block): New function.Mark Mitchell1-0/+3
1999-09-10cp-tree.h (FN_TRY_BLOCK_P): New macro.Mark Mitchell1-190/+245
1999-09-10semantics.c (RECHAIN_STMTS): Remove `last' parameter.Mark Mitchell1-29/+21
1999-09-09cp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.Mark Mitchell1-41/+79
1999-09-09cp-tree.h (begin_switch_stmt): Adjust prototype.Mark Mitchell1-29/+64
1999-09-09Reorganize per-function data.Mark Mitchell1-11/+2
1999-09-09extend.texi (Volatiles): New node.Nathan Sidwell1-3/+4
1999-09-08cp-tree.h (copy_to_permanent): Remove.Mark Mitchell1-11/+8
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-6/+1
1999-09-02cp-tree.h (cp_function): Move here, from decl.c.Mark Mitchell1-25/+0
1999-08-30cp-tree.h (start_handler_parms): New function.Mark Mitchell1-6/+2
1999-08-29cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.Mark Mitchell1-1/+5
1999-08-28cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-17/+37
1999-08-27decl.c (lookup_label): Build labels on the permanent obstack when building st...Mark Mitchell1-23/+13
1999-08-26* semantics.c (do_poplevel): Always initialize the return value.Mark Mitchell1-0/+2
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-52/+125
1999-08-22cp-tree.def (STMT_EXPR): Fix typo in node name.Mark Mitchell1-0/+4
1999-08-20semantics.c (finish_stmt_expr): Fix typo in comment.Mark Mitchell1-1/+1
1999-08-19cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell1-0/+3
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-61/+501
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-15/+22
1999-08-12cp-tree.h (minimal_parse_mode): Remove.Mark Mitchell1-0/+26
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-51/+21
1999-08-09semantics.c (begin_function_try_block, [...]): New fns.Jason Merrill1-0/+52
1999-08-03invoke.texi (-fdump-translation-unit): New option.Mark Mitchell1-15/+10
1999-07-21decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL...Jason Merrill1-2/+1
1999-07-09decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system...Jason Merrill1-10/+6
1999-06-19semantics.c (finish_asm_statement): Apply decay conversions to input operands.Mark Mitchell1-1/+6
1999-06-03semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.Jason Merrill1-4/+4
1999-06-03semantics.c (begin_class_definition): Update the struct's location here ...Nathan Sidwell1-0/+4
1999-05-25class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to intialize a vt...Mark Mitchell1-2/+15
1999-04-18cp-tree.h (finish_class_definition): Add parameter.Mark Mitchell1-1/+4
1999-04-15cp-tree.h (lang_type): Add documentation.Mark Mitchell1-5/+0
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-1/+5
1999-03-31semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg...Jason Merrill1-2/+2
1999-03-30cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.Jason Merrill1-6/+0
1999-03-13semantics.c (finish_switch_cond): Handle error cases gracefully.Martin v. Löwis1-1/+9
1999-03-10semantics.c (begin_class_definition): Call build_self_reference.Mark Mitchell1-5/+3
1999-02-26typeck.c (complete_type_or_else): Add VALUE arg, for helpful diagnostics.Nathan Sidwell1-1/+2