OSDN Git Service

.:
[pf3gnuchains/gcc-fork.git] / gcc / cp / cp-tree.h
2004-07-20 nathan.:
2004-07-20 steven * c-common.h (check_case_value): Remove prototype.
2004-07-20 mmitchel Revert patch for PR c++/16623.
2004-07-19 mmitchel PR c++/16623
2004-07-18 steven * c-common.c (c_common_truthvalue_conversion): Don...
2004-07-17 jsm28 * langhooks.h (builtin_function): New langhook.
2004-07-17 mmitchel * class.c (finish_struct_methods): Remove unncessary...
2004-07-17 steven * cfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-16 rth * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COP...
2004-07-16 mmitchel * vec.h (VEC_address): New function.
2004-07-15 nathan * decl.c (xref_basetypes): Refactor.
2004-07-14 mmitchel * cp-tree.h (IDENTIFIER_VALUE): Remove.
2004-07-13 mmitchel * cp-tree.h (lang_identifier): Remove class_value.
2004-07-12 mmitchel * cp-tree.h (get_aggr_typedef): Remove.
2004-07-12 nathan * cp-tree.h (make_binfo): Remove.
2004-07-12 giovannibajo PR c++/2204
2004-07-11 mmitchel * cp-tree.h (saved_scope): Make old_bindings a vector.
2004-07-11 jsm28 * langhooks.h (estimate_num_insns, pushlevel, poplevel...
2004-07-08 rth * except.c (expand_eh_region_start, expand_eh_region_end,
2004-07-08 mmitchel * cp-tree.h (saved_scope): Remove x_previous_class_typ...
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-06 nathan * tree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-05 nathan * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-06-28 nathan * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
2004-06-28 nathan * cp-tree.h (struct deferred_access): Move to ...
2004-06-28 nathancp:
2004-06-28 nathan Use vector API for vbase list.
2004-06-27 mmitchel * cp-tree.h (cp_cv_quals): New type.
2004-06-26 kenner2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu...
2004-06-24 schwab* cp-tree.h (enum cp_storage_class): Remove trailing...
2004-06-24 mmitchel * Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.
2004-06-24 sayle * c-common.c (expand_unordered_cmp): Delete.
2004-06-23 rth * tree.def (VTABLE_REF): Remove.
2004-06-22 mmitchel * cp-tree.def (NEW_EXPR): Add a fourth slot.
2004-06-20 rth * c-common.h (add_decl_stmt): Move to cp-tree.h.
2004-06-20 rth * c-common.def (IF_STMT, CLEANUP_STMT): Move...
2004-06-20 zack * c-common.h (has_c_linkage): New interface.
2004-06-19 rth * c-common.c, c-common.h (lang_gimplify_stmt...
2004-06-17 geoffk * class.c (build_clone): Don't call defer_fn, let...
2004-06-17 rth * c-common.def (COMPOUND_STMT): Remove.
2004-06-16 rth * c-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-15 pinskia2004-06-12 Andrew Pinski <apinski@apple.com>
2004-06-15 bonzinigcc/ChangeLog:
2004-06-07 sayle * tree.h (lvalue_or_else): Delete function prototype.
2004-06-02 austernWhen a class template is explicitly instantiated, its...
2004-06-02 pinskia2004-06-02 Andrew Pinski <pinskia@physics.uc.edu>
2004-06-02 pinskia2004-06-02 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-31 mmitchel PR c++/15742
2004-05-28 mmitchel PR c++/15471
2004-05-20 pinskia2005-05-20 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-03 giovannibajo PR c++/14389
2004-04-30 jason Refer to base members using COMPONENT_REFs...
2004-04-30 kazu * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti...
2004-04-22 mmitchel * class.c (initialize_array): Don't set TREE_HAS_CONST...
2004-04-01 hubicka * cgraph.c: Add overall comment.
2004-03-31 hubicka * tree.h (optimize_function): Kill prototype.
2004-03-20 mmitchel * call.c (build_op_delete_call): Do not forget the...
2004-03-18 kenner * cp-tree.def (TEMPLATE_TYPE_PARM, TYPEOF_TYPE): Updat...
2004-03-16 mmitchel PR c++/14586
2004-03-11 kazu * call.c, cp-tree.h, pt.c: Fix comment typos.
2004-03-09 mmitchel PR c++/14401
2004-03-08 jason PR c++/13170
2004-02-17 mmitchel PR c++/11326
2004-02-14 mmitchel PR c++/14122
2004-02-13 mmitchel * call.c (conversion_kind): New type.
2004-02-12 zack * debug.h (struct gcc_debug_hooks): Add type_decl...
2004-02-04 mmitchel PR c++/13969
2004-02-02 mmitchel PR c++/13113
2004-01-27 ghazi * system.h (CHAR_BITFIELD): Delete.
2004-01-19 mmitchel PR c++/13592
2004-01-09 mmitchel * expr.h (expand_expr): Make it a macro, not a function.
2004-01-02 lerdsuwa PR c++/13520
2003-12-23 mmitchel * c-common.c (flag_abi_version): Default to 2.
2003-12-22 pinskia2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
2003-12-22 mmitchel PR c++/13438
2003-12-21 kazu * call.c: Fix comment formatting.
2003-12-18 rth * c-decl.c (check_bitfield_type_and_width)...
2003-12-12 nathancp:
2003-12-10 mmitchel * cp-tree.h (DECL_CONV_FN_P): Check that DECL_NAME...
2003-12-09 jason PR c++/11971
2003-12-08 jason Give the anonymous namespace a null DECL_NAME.
2003-12-04 mmitchel PR c++/9127
2003-11-22 lerdsuwa PR c++/5369
2003-11-18 lerdsuwa PR c++/12932
2003-11-12 mmitchel PR c++/12735
2003-11-11 jason * cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS):...
2003-10-24 nathancp:
2003-10-21 kazu * ChangeLog: Fix typos.
2003-10-14 gdr Breack out decl.c (3/n)
2003-10-14 gdr * name-lookup.h (cxx_scope_find_binding_for_name)...
2003-10-13 gdr Break out decl.c (2/n)
2003-10-08 bernie * cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.
2003-10-03 gdr * decl.c (struct cp_binding_level): Move to name-lookup.h
2003-09-27 gdr * name-lookup.h (get_global_value_if_present): New...
2003-09-27 gdr * cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove...
2003-09-23 gdr * cp-tree.h (scope_kind): Add new enumerator.
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-17 mmitchel PR c++/12266
next