aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-264/+33
2001-11-26search.c (lookup_base_r): Declare bk in variable declaration space.Aldy Hernandez1-4/+5
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-74/+190
2001-11-15parse.y: Add ...Jason Merrill1-3/+4
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-13cp-tree.h (TYPE_BINFO): Update comment.Kriang Lerdsuwanakij1-3/+6
2001-07-31The 3.0 ABI no longer has vbase pointer fields.Nathan Sidwell1-9/+0
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-300/+0
2001-07-21Remove old-abi remnants.Nathan Sidwell1-104/+0
2001-06-06cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill1-28/+44
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-20search.c (lookup_field_r): If looking for type and non-TYPE_DECL is found...Jakub Jelinek1-5/+21
2001-04-05search.c (get_dynamic_cast_base_type): When building a new constant, set its ...J"orn Rennecke1-1/+3
2001-03-23decl.c (local_names): Define.Jakub Jelinek1-1/+1
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-2/+2
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-15/+6
2001-02-14Kill remnants of this is variable.Nathan Sidwell1-3/+0
2001-02-12Remove old ABI support.Mark Mitchell1-2/+1
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-1/+33
2001-02-05invoke.texi (-fdump-class-layout): Document.Nathan Sidwell1-11/+29
2001-02-03decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...Jakub Jelinek1-4/+3
2001-01-19search.c (get_vbase_1): Count only virtual bases.Nathan Sidwell1-4/+4
2001-01-03search.c (lookup_fnfields_here): Remove.Nathan Sidwell1-30/+4
2001-01-03Implement exceptions specifiers for implicit member functions.Nathan Sidwell1-4/+1
2000-12-29search.c (binfo_for_vtable): Return least derived class, not most.Hans-Peter Nilsson1-6/+19
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-2/+4
2000-12-05cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.Nathan Sidwell1-186/+88
2000-12-04fix typoJason Merrill1-1/+1
2000-11-27cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.Nathan Sidwell1-4/+5
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-2/+0
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-1/+1
2000-07-31Allow indirect primary bases.Mark Mitchell1-16/+4
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-5/+5
2000-06-26search.c (hides): Remove.Nathan Sidwell1-38/+13
2000-06-25gengenrtl.c (special_rtx): Fix typo in comment.Theodore Papadopoulo1-2/+2
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-3/+3
2000-06-05search.c (maybe_suppress_debug_info): Don't check CLASSTYPE_INTERFACE_ONLY if...Jason Merrill1-4/+6
2000-05-25Finish implementation of VTTs.Mark Mitchell1-20/+4
2000-05-22cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.Mark Mitchell1-2/+1
2000-05-21cp-tree.h (struct lang_type): Remove search_slot.Mark Mitchell1-129/+45
2000-05-19Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ...Mark Mitchell1-34/+34
2000-05-16cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.Mark Mitchell1-58/+9
2000-05-14except.c (check_handlers): New fn.Jason Merrill1-9/+15
2000-05-04class.c (update_vtable_entry_for_fn): Prototype.Kaveh R. Ghazi1-0/+1
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell1-2/+1
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell1-1/+1
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell1-5/+10
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...Mark Mitchell1-1/+0
2000-04-04cfns.gperf (hash, [...]): Prototype.Kaveh R. Ghazi1-2/+0