]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/cp-tree.h
cp-tree.h (poplevel_class): Declare.
[thirdparty/gcc.git] / gcc / cp / cp-tree.h
1999-09-17  Mark Mitchellcp-tree.h (poplevel_class): Declare.
1999-09-14  Mark Mitchellcp-tree.h (build_target_expr): New function.
1999-09-12  Bernd Schmidtdefine_function cleanup
1999-09-12  Mark Mitchellcp-tree.def (CLEANUP_STMT): New node.
1999-09-10  Bernd SchmidtMove declarations and building code for common tree...
1999-09-10  Mark Mitchellcp-tree.h (language_function): Rename expanding_p to...
1999-09-10  Mark Mitchellcp-tree.h (finish_cleanup_try_block): New function.
1999-09-10  Mark Mitchellcp-tree.h (FN_TRY_BLOCK_P): New macro.
1999-09-10  Mark Mitchellcp-tree.h (finish_function): Adjust prototype.
1999-09-10  Mark Mitchellcp-tree.h (CPTI_ATEXIT): New macro.
1999-09-09  Mark Mitchellcp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.
1999-09-09  Mark Mitchellcp-tree.h (begin_switch_stmt): Adjust prototype.
1999-09-09  Mark MitchellReorganize per-function data.
1999-09-09  Nathan Sidwellextend.texi (Volatiles): New node.
1999-09-09  Mark Mitchellcp-tree.h (scratch_tree_cons): Remove.
1999-09-09  Mark Mitchellcp-tree.h (lang_decl_flags): Remove permanent_attr.
1999-09-09  Mark Mitchellcp-tree.h (saved_scope): Remove old_binding_level and...
1999-09-08  Mark Mitchellcp-tree.h (copy_to_permanent): Remove.
1999-09-08  Richard Hendersonc-typeck.c (type_lists_compatible_p): Use simple_type_p...
1999-09-07  Mark MitchellMakefile.in (tree.o): Depend on ggc.h.
1999-09-06  Mark MitchellGet ready for garbage collection.
1999-09-05  Richard HendersonMakefile.in (parse.o): Depend on ggc.h.
1999-09-04  Mark MitchellMake-lang.in (cc1plus): Depend on $(GGC).
1999-09-04  Mark MitchellMakefile.in (CXX_TREE_H): Include function.h.
1999-09-02  Mark Mitchellcp-tree.h (cp_function): Move here, from decl.c.
1999-09-01  Mark Mitchellcp-tree.h (lang_type): Move align into type_flags.
1999-08-30  Jason Merrill* cp-tree.h (IS_AGGR_TYPE_2): Fix typo.
1999-08-30  Mark Mitchellcp-tree.h (begin_init_stmts): Declare.
1999-08-30  Mark Mitchellcp-tree.h (start_handler_parms): New function.
1999-08-29  Mark Mitchellcp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd...
1999-08-29  Kaveh R. Ghazicp-tree.h (fndecl_as_string, [...]): Constify a char*.
1999-08-29  Mark Mitchellcp-tree.h (strip_array_types): New function.
1999-08-29  Mark Mitchellcp-tree.def (LABEL_STMT): New tree node.
1999-08-27  Mark Mitchellcp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
1999-08-26  Gavin Romig-KochFor gcc:
1999-08-25  Mark Mitchellcp-tree.def (SUBOBJECT): New tree node.
1999-08-19  Jason Merrillcp-tree.h: Declare flag_use_repository.
1999-08-18  Mark Mitchellcp-tree.h (build_lang_field_decl): Remove.
1999-08-17  Mark Mitchellcp-tree.h (back_end_hook): New variable.
1999-08-17  Mark Mitchellcp-tree.h (CALL_DECLARATOR_PARMS): New macro.
1999-08-16  Mark Mitchellcp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.
1999-08-16  Mark Mitchellcp-tree.def (STMT_EXPR): New tree node.
1999-08-14  Jason MerrillSpeed up Koenig lookup.
1999-08-14  Mark Mitchellcp-tree.def (DECL_STMT): Make it smaller.
1999-08-13  Gavin Romig-KochFor gcc:
1999-08-12  Jason Merrilllang-options.h: Add -fms-extensions.
1999-08-12  Mark Mitchellcp-tree.h (minimal_parse_mode): Remove.
1999-08-11  Mark Mitchellextend.texi (C++ Signatures): Remove node.
1999-08-09  Jason Merrillsemantics.c (begin_function_try_block, [...]): New...
1999-08-07  Kaveh R. Ghaziclass.c (count_fields, [...]): Add static prototype.
1999-08-07  Jason Merrilldecl.c (lookup_name_real): Set the complain flag if...
1999-08-04  Nathan Sidwellcp-tree.h (empty_except_spec): New global var.
1999-08-03  Nathan Sidwellcall.c (convert_arg_to_ellipsis): Use pod_type_p.
1999-08-03  Mark Mitchellinvoke.texi (-fdump-translation-unit): New option.
1999-08-02  Richard Henderson* cp-tree.h (TYPE_PTRMEMFUNC_P): Check TYPE_LANG_SPECIF...
1999-07-31  Richard Hendersontypeck2.c (initializer_constant_valid_p): Moved to...
1999-07-28  Jason Merrillcp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.
1999-07-27  Mark Mitchellcp-tree.h (BINFO_VIRTUALS): Document new format.
1999-07-26  Mark Mitchellcp-tree.h (ncp_convert): Rename to perform_implicit_con...
1999-07-26  Mark Mitchellcp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-07-23  Mark Mitchellcall.c (NEED_TEMPORARY_P): New macro.
1999-07-21  Jason Merrilldecl.c (warn_extern_redeclared_static): Check DECL_ARTI...
1999-07-20  Jason Merrilllang-specs.h (c++-cpp-output): Pass -fpreprocessed.
1999-07-20  Bernd Schmidtc-common.h: New file.
1999-07-09  Michael Tiemanncp-tree.h (struct lang_decl): Added field for storing...
1999-07-09  Jason Merrilldecl2.c (reparse_absdcl_as_casts): Don't warn about...
1999-07-05  Mark Mitchellcp-tree.h (IS_AGGR_TYPE): Include instantiated template...
1999-07-02  Gavin Romig-KochFor gcc:
1999-06-15  Mark Mitchellcp-tree.h (class_cache_firstobj): Declare.
1999-05-25  Mark Mitchellclass.c (finish_vtbls): Copy BINFO_VIRTUALs before...
1999-05-22  Mark Mitchellcp-tree.h (push_nested_namespace): Declare.
1999-05-22  Mark Mitchellcp-tree.h (cplus_expand_constant): Declare.
1999-05-21  Mark MitchellMake-lang.in (cc1plus): Make it depend on gxx.gperf.
1999-05-20  Mark Mitchellcp-tree.h (make_ptrmem_cst): New function.
1999-05-19  Jason MerrillImplement anonymous structs.
1999-05-16  Jason Merrilldecl2.c (finish_objects): Don't use .?tors.* if we...
1999-05-16  Mark Mitchellcp-tree.h (permanent_p): New function.
1999-05-02  Mark Mitchellcp-tree.h (lang_decl_flags): Remove comdat.
1999-04-29  Nathan Sidwellcp-tree.h (TYPE_NOTHROW_P): New macro.
1999-04-28  Nathan Sidwellcp-tree.h (build_component_addr): Remove prototype.
1999-04-22  Mark Mitchellcp-tree.h (lang_decl_flags): Remove returns_first_arg...
1999-04-20  Mark Mitchellcp-tree.h (build_binary_op): Remove unneeded parameter.
1999-04-19  Mark Mitchellcp-tree.h (finish_static_data_member_decl): New function.
1999-04-18  Mark Mitchellcp-tree.h (finish_class_definition): Add parameter.
1999-04-16  Mark Mitchellcp-tree.h (TREE_NONLOCAL_FLAG): Remove.
1999-04-15  Mark Mitchellcp-tree.h (lookup_nested_field): Remove.
1999-04-15  Mark Mitchellcp-tree.h (lang_type): Add documentation.
1999-04-14  Mark Mitchellcp-tree.h (popclass): Change declaration.
1999-04-14  Martin v. Löwisextend.texi (Deprecated Features): New node.
1999-04-13  Jason Merrilltree.c (cp_valid_lang_attribute): New fn.
1999-04-13  Jason Merrillcp-tree.h (struct lang_type): Add com_interface.
1999-04-13  Jason Merrillcp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
1999-04-06  Mark Mitchellcp-tree.h (BASELINK_P): New macro.
1999-04-02  Mark Mitchelltinfo.h (__class_type_info): Fix illegal declaration.
1999-03-31  Jason Merrillsemantics.c (begin_inline_definitions, [...]): Rename...
1999-03-30  Jason Merrillcp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.
1999-03-27  Mark Mitchellcp-tree.h (add_friend): Declare.
1999-03-26  Kaveh R. GhaziWarning fixes:
1999-03-24  Mark Mitchellcp-tree.h (lang_type): Remove has_assignment and has_re...
1999-03-23  Mark Mitchellcp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
next