aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell1-2/+3
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-8/+2
2001-08-14class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson1-1/+0
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-0/+1
2001-08-07re PR c++/3820 (GCC 3.0 crashes with empty base class)Nathan Sidwell1-1/+1
2001-08-03cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.Stan Shebs1-8/+0
2001-08-02Kill -fhonor-std.Nathan Sidwell1-12/+0
2001-07-31The 3.0 ABI no longer has vbase pointer fields.Nathan Sidwell1-21/+0
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-1/+1
2001-07-25re PR c++/3416 (gcc-3.0 Internal compiler error in arg_assoc, at cp/decl2.c:4...Nathan Sidwell1-1/+1
2001-07-24Simplify rtti, now we've only one ABI.Nathan Sidwell1-5/+0
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-33/+14
2001-07-21Remove old-abi remnants.Nathan Sidwell1-106/+7
2001-07-19class.c (type_requires_array_cookie): New function.Mark Mitchell1-13/+5
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-1/+1
2001-07-11* Revert today's change -- there is a subtle bug.Ben Elliston1-1/+1
2001-07-11re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston1-1/+1
2001-07-06cp-tree.h (copy_template_template_parm): Rename to ...Kriang Lerdsuwanakij1-1/+1
2001-07-05cvt.c (convert_lvalue): New fn.Jason Merrill1-0/+1
2001-06-29* cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.Nathan Sidwell1-4/+0
2001-06-18Implement the Named Return Value optimization.Jason Merrill1-1/+7
2001-06-12PR c++/3130, c++/3131, c++/3132Nathan Sidwell1-0/+4
2001-06-06cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill1-22/+3
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-05-22class.c, [...]: Remove com_interface attribute support.Jason Merrill1-6/+0
2001-05-21cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill1-4/+4
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-7/+3
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg1-0/+1
2001-05-12cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.Alexandre Oliva1-1/+13
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva1-24/+40
2001-05-12* cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.Ira Ruben1-4/+0
2001-05-11cp-tree.h (finish_label_expr, [...]): Delete.Neil Booth1-2/+0
2001-05-04cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating1-40/+24
2001-05-04cp-tree.h (flag_inline_trees): Update documentation.Mark Mitchell1-2/+4
2001-05-01cp-tree.def (USING_STMT): New statement node.Nathan Sidwell1-1/+2
2001-04-27cp-tree.h (adjust_clone_args): Prototype new function.Nathan Sidwell1-0/+1
2001-04-26invoke.texi: Document more C++ command-line options.Mark Mitchell1-8/+0
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-6/+1
2001-04-21cp-tree.h (finish_enum): Change prototype.Mark Mitchell1-1/+1
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell1-3/+18
2001-04-16cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.Mark Mitchell1-1/+5
2001-04-13cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.Mark Mitchell1-4/+2
2001-04-12cp-tree.h (decl_namespace_list): New macro.Jason Merrill1-1/+7
2001-04-12cp-tree.h (warn_return_type, yylex): Delete redundant declarations.Kaveh R. Ghazi1-6/+0
2001-04-12cp-tree.h (pedantic, [...]): Delete redundant declarations.Kaveh R. Ghazi1-24/+0
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill1-2/+9
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell1-1/+1
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell1-4/+0
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-9/+14
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson1-1/+2