aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
1999-09-12define_function cleanupBernd Schmidt1-4/+4
1999-09-12cp-tree.def (CLEANUP_STMT): New node.Mark Mitchell1-0/+11
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-1/+0
1999-09-10cp-tree.h (language_function): Rename expanding_p to x_expanding_p.Mark Mitchell1-9/+4
1999-09-10cp-tree.h (finish_cleanup_try_block): New function.Mark Mitchell1-0/+1
1999-09-10cp-tree.h (FN_TRY_BLOCK_P): New macro.Mark Mitchell1-0/+3
1999-09-10cp-tree.h (finish_function): Adjust prototype.Mark Mitchell1-1/+1
1999-09-10cp-tree.h (CPTI_ATEXIT): New macro.Mark Mitchell1-0/+4
1999-09-09cp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.Mark Mitchell1-4/+24
1999-09-09cp-tree.h (begin_switch_stmt): Adjust prototype.Mark Mitchell1-2/+2
1999-09-09Reorganize per-function data.Mark Mitchell1-5/+21
1999-09-09extend.texi (Volatiles): New node.Nathan Sidwell1-1/+1
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-1/+0
1999-09-09cp-tree.h (lang_decl_flags): Remove permanent_attr.Mark Mitchell1-10/+3
1999-09-09cp-tree.h (saved_scope): Remove old_binding_level and function_decl.Mark Mitchell1-6/+9
1999-09-08cp-tree.h (copy_to_permanent): Remove.Mark Mitchell1-2/+0
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-12/+0
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-6/+10
1999-09-06Get ready for garbage collection.Mark Mitchell1-51/+160
1999-09-05Makefile.in (parse.o): Depend on ggc.h.Richard Henderson1-0/+4
1999-09-04Make-lang.in (cc1plus): Depend on $(GGC).Mark Mitchell1-23/+23
1999-09-04Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell1-8/+4
1999-09-02cp-tree.h (cp_function): Move here, from decl.c.Mark Mitchell1-122/+236
1999-09-01cp-tree.h (lang_type): Move align into type_flags.Mark Mitchell1-5/+4
1999-08-30* cp-tree.h (IS_AGGR_TYPE_2): Fix typo.Jason Merrill1-1/+1
1999-08-30cp-tree.h (begin_init_stmts): Declare.Mark Mitchell1-0/+2
1999-08-30cp-tree.h (start_handler_parms): New function.Mark Mitchell1-1/+3
1999-08-29cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.Mark Mitchell1-7/+2
1999-08-29cp-tree.h (fndecl_as_string, [...]): Constify a char*.Kaveh R. Ghazi1-15/+15
1999-08-29cp-tree.h (strip_array_types): New function.Mark Mitchell1-0/+1
1999-08-29cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-2/+4
1999-08-27cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell1-0/+5
1999-08-26For gcc:Gavin Romig-Koch1-1/+1
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-7/+11
1999-08-19cp-tree.h: Declare flag_use_repository.Jason Merrill1-0/+4
1999-08-18cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell1-1/+0
1999-08-17cp-tree.h (back_end_hook): New variable.Mark Mitchell1-0/+6
1999-08-17cp-tree.h (CALL_DECLARATOR_PARMS): New macro.Mark Mitchell1-0/+12
1999-08-16cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.Mark Mitchell1-6/+8
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-1/+13
1999-08-14Speed up Koenig lookup.Jason Merrill1-2/+3
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-6/+29
1999-08-13For gcc:Gavin Romig-Koch1-0/+2
1999-08-12lang-options.h: Add -fms-extensions.Jason Merrill1-0/+3
1999-08-12cp-tree.h (minimal_parse_mode): Remove.Mark Mitchell1-2/+1
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-109/+13
1999-08-09semantics.c (begin_function_try_block, [...]): New fns.Jason Merrill1-0/+5
1999-08-07class.c (count_fields, [...]): Add static prototype.Kaveh R. Ghazi1-5/+6
1999-08-06decl.c (lookup_name_real): Set the complain flag if we're looking for a names...Jason Merrill1-0/+1
1999-08-04cp-tree.h (empty_except_spec): New global var.Nathan Sidwell1-1/+3