aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-04Correct many new ABI issues regarding vbase and vcall offset layout.Mark Mitchell1-146/+79
2000-03-28Put RTTI entries at negative offsets in new ABI.Mark Mitchell1-37/+8
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-1/+1
2000-03-22cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.Mark Mitchell1-33/+26
2000-03-22class.c (record_base_offsets): New function.Mark Mitchell1-2/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-2/+2
2000-03-07search.c (note_debug_info_needed): Walk the bases even if we weren't deferrin...Jason Merrill1-5/+5
2000-03-03decl2.c (key_method): Break out from...Jason Merrill1-66/+41
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-2/+2
2000-03-01search.c (protected_accessible_p): Use context_for_name_lookup.Jason Merrill1-1/+1
2000-02-28search.c (protected_accessible_p): Also allow the access if the member is pub...Jason Merrill1-35/+30
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-5/+6
2000-02-27Implement class scope using-declarations for functions.Jason Merrill1-1/+9
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-18semantics.c (deferred_type_access_control): Walk the entire type_lookups list.Jason Merrill1-9/+8
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-12/+18
2000-02-13parse.y (frob_specs): Split out...Jason Merrill1-0/+7
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill1-9/+40
2000-02-06Makefile.in (call.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-68/+68
2000-01-20Remap dynamic cast hint values to be consistent across ABIs.Nathan Sidwell1-12/+14
2000-01-17cp-tree.h (flag_new_abi): Move.Mark Mitchell1-9/+4
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell1-17/+45
2000-01-12cp-tree.h (dfs_skip_vbases): New function.Mark Mitchell1-8/+74
2000-01-11class.c (build_vbase_path): Simplify.Mark Mitchell1-1/+2
2000-01-11cp-tree.h (expand_direct_vtbls_init): Remove declaration.Mark Mitchell1-24/+5
2000-01-11cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.Mark Mitchell1-27/+172
2000-01-06error.c (dump_decl): operator new, not operatornew.Jason Merrill1-1/+10
2000-01-03cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.Mark Mitchell1-8/+7