aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-12cp-tree.h (get_aggr_typedef): Remove.Mark Mitchell1-1/+0
2004-07-12cp-tree.h (make_binfo): Remove.Nathan Sidwell1-1/+0
2004-07-12re PR c++/2204 (G++ doesn't check (member) function parameter for abstract-ne...Giovanni Bajo1-0/+1
2004-07-11cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell1-2/+1
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-1/+1
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-1/+0
2004-07-08cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va...Mark Mitchell1-11/+4
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-4/+0
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-24/+9
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-11/+9
2004-06-28cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell1-54/+12
2004-06-28cp-tree.h (struct deferred_access): Move to ...Nathan Sidwell1-26/+0
2004-06-28re PR c++/16174 (deducing top-level consts)Nathan Sidwell1-13/+14
2004-06-28Use vector API for vbase list.Nathan Sidwell1-3/+6
2004-06-27cp-tree.h (cp_cv_quals): New type.Mark Mitchell1-5/+10
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-24* cp-tree.h (enum cp_storage_class): Remove trailing comma.Andreas Schwab1-1/+1
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell1-16/+77
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle1-1/+1
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-0/+1
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-39/+93
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-0/+1
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-1/+16
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-1/+0
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-1/+0
2004-06-17class.c (build_clone): Don't call defer_fn, let mark_used do it.Geoffrey Keating1-1/+0
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-6/+6
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-16/+36
2004-06-15re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-g...Andrew Pinski1-5/+2
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-2/+0
2004-06-07tree.h (lvalue_or_else): Delete function prototype.Roger Sayle1-0/+1
2004-06-02When a class template is explicitly instantiated, its member should be too.Matt Austern1-1/+1
2004-06-02cp-tree.h: Fix typo.Andrew Pinski1-1/+1
2004-06-02cp-tree.h: Include cgraph.hAndrew Pinski1-2/+5
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell1-0/+1
2004-05-28re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions)Mark Mitchell1-0/+1
2004-05-20optimize.c (calls_setjmp_r): Remove.Andrew Pinski1-1/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-7/+12
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo1-1/+1
2004-04-30Refer to base members using COMPONENT_REFs where possible.Jason Merrill1-0/+7
2004-04-30class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell1-2/+6
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-0/+1
2004-03-31tree.h (optimize_function): Kill prototype.Jan Hubicka1-1/+0
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-3/+9
2004-03-18cp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments.Richard Kenner1-9/+19
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell1-2/+3
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-18/+8
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill1-1/+1