aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2000-03-05call.c (convert_like): Macrofy.Nathan Sidwell1-1/+2
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-14/+46
2000-03-02cp-tree.h (build_java_class_ref): Declare.Tom Tromey1-0/+1
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-8/+5
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-1/+2
2000-02-27cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.Mark Mitchell1-4/+5
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-3/+4
2000-02-22cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.Mark Mitchell1-5/+23
2000-02-21cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.Mark Mitchell1-0/+4
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-2/+5
2000-02-18semantics.c (deferred_type_access_control): Walk the entire type_lookups list.Jason Merrill1-3/+3
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-11/+21
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill1-1/+16
2000-01-31cp-tree.h (BINFO_VIRTUALS): Tweak documentation.Mark Mitchell1-11/+21
2000-01-31* cp-tree.h (make_thunk): PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1
2000-01-31cp-tree.h (new_abi_rtti_p): Use flag_new_abi.Nathan Sidwell1-1/+1
2000-01-29cp-tree.def (THUNK_DECL): Discuss vcall indices.Mark Mitchell1-5/+28
2000-01-28Compiler side new abi rtti (not enabled).Nathan Sidwell1-7/+15
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-800/+800
2000-01-25cp-tree.h (vcall_offset_in_vtable_p): New macro.Mark Mitchell1-0/+5
2000-01-24cp-tree.h (CPTI_BAD_CAST, [...]): New cp_tree_index values.Nathan Sidwell1-0/+12
2000-01-24cp-tree.h (get_vtable_decl): Prototype new function.Nathan Sidwell1-0/+1
2000-01-24cp-tree.h (CPTI_TP_DESC_TYPE, [...]): Remove cp_tree_index enumerations.Nathan Sidwell1-21/+30
2000-01-23cp-tree.h (__eprintf): Remove declaration.Mark Mitchell1-12/+10
2000-01-23cp-tree.h (register_dtor_fn): New function.Mark Mitchell1-0/+1
2000-01-18cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.Nathan Sidwell1-4/+1
2000-01-17cp-tree.h (build_shared_int_cst): New function.Mark Mitchell1-0/+1
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell1-4/+20
2000-01-17cp-tree.h (flag_new_abi): Move.Mark Mitchell1-17/+48
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell1-0/+7
2000-01-12call.c (convert_class_to_reference): Fix typos.Mark Mitchell1-4/+17
2000-01-12cp-tree.h (dfs_skip_vbases): New function.Mark Mitchell1-0/+2
2000-01-11cp-tree.h (expand_direct_vtbls_init): Remove declaration.Mark Mitchell1-2/+3
2000-01-11cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.Mark Mitchell1-22/+38
2000-01-07decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.Jason Merrill1-2/+3
2000-01-03cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.Mark Mitchell1-1/+14
2000-01-03cp-tree.h (CLASSTYPE_VFIELDS): Move definition.Mark Mitchell1-9/+22
2000-01-02cp-tree.h (dfs_mark_primary_bases_queue_p): New function.Mark Mitchell1-1/+1
2000-01-02cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.Mark Mitchell1-3/+14
2000-01-02cp-tree.h (skip_rtti_stuff): Adjust prototype.Mark Mitchell1-1/+1
2000-01-01cp-tree.h (VF_NORMAL_VALUE): Remove.Mark Mitchell1-3/+0
1999-12-31cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.Mark Mitchell1-6/+12
1999-12-29cp-tree.h (lang_type): Add nearly_empty_p.Mark Mitchell1-1/+7
1999-12-29cp-tree.h (do_inline_function_hair): Remove.Mark Mitchell1-1/+0
1999-12-29cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals.Mark Mitchell1-7/+7
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1-2/+2
1999-12-21cp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.Mark Mitchell1-5/+18
1999-12-21cp-tree.h (TYPE_VIRTUAL_P): Rename to ...Mark Mitchell1-34/+10
1999-12-20current_function -> cfunBernd Schmidt1-4/+4
1999-12-17cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.Mark Mitchell1-3/+11