aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-15/+15
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-72/+69
2002-11-25search.c (is_subobject_of_p_1): Fix thinko.Mark Mitchell1-3/+4
2002-11-20pt.c (for_each_template_parm): Free allocated memory.Mark Mitchell1-9/+39
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg1-2/+3
2002-11-04call.c (build_special_member_call): Do not try to lookup VTTs by name.Mark Mitchell1-3/+2
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-2/+3
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-11/+11
2002-09-16Remove DR 295 implementation.Nathan Sidwell1-9/+10
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-4/+4
2002-08-09call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell1-0/+44
2002-08-08Rework build_component_ref.Mark Mitchell1-7/+10
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-15/+40
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-4/+0
2002-07-22PR c++/7347, c++/7348Kriang Lerdsuwanakij1-3/+4
2002-06-24cp-tree.h (SCALAR_TYPE_P): New macro.Mark Mitchell1-0/+9
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-3/+1
2002-04-25re PR c++/5607 (No pointer adjustment in covariant return types)Jason Merrill1-2/+1
2002-04-18re PR c++/5658 (Regression on redefinition of a type in a derived class.)Jason Merrill1-3/+3
2002-03-26re PR c++/5682 (ICE in build_secondary_vtable)Nathan Sidwell1-66/+21
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-14/+12
2002-02-28search.c (lookup_base_r): Don't clear is_non_public just because we found a f...Jason Merrill1-1/+2
2002-02-01re PR c++/4286 (Internal error: Segmentation fault)Jason Merrill1-7/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-1/+1
2002-01-08* search.c (SET_BINFO_ACCESS): Add parenthesis.Graham Stott1-3/+3
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-4/+4
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