re PR c++/46220 (Error: invalid covariant return type generated for incomplete class...
[gcc.git] / gcc / cp / search.c
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-02-14 Mark Mitchellre PR c++/14122 (problem with non-type tmplt parm in...
2004-02-04 Kazu Hirataalloc-pool.h, [...]: Update copyright.
2004-01-31 Kazu Hirataclass.c: Fix comment typos.
2003-12-19 Kazu Hiratacvt.c: Remove uses of "register" specifier in declarati...
2003-12-04 Mark Mitchellre PR c++/9127 (Confusing diagnostic on specialization...
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-09-28 Andreas Jaegerc-decl.c (finish_function): Convert definition to ISO...
2003-08-29 Mark Mitchellre PR c++/11928 (c++ typedef handling)
2003-08-23 Kriang Lerdsuwanakijre PR c++/3765 (member using declaration can't change...
2003-08-04 Mark Mitchellre PR c++/11713 (declaration conflicts)
2003-07-23 Mark Mitchellre PR c++/11645 (Failure to deal with using and private...
2003-07-16 Andrew Pinskire PR c/10962 (lookup_field is a linear search on a...
2003-07-14 Mark Mitchellre PR c++/11503 (segfault when instantiating template...
2003-07-09 Mark Mitchellparser.c (cp_parser_primary_expression): Preserve the...
2003-07-08 Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-07 Andreas Jaegergenextract.c: Convert remaining prototypes to ISO C90.
2003-07-07 Andreas Jaeger* search.c (lookup_base_r): Remove unused variable.
2003-07-06 Kazu Hiratacall.c: Fix comment formatting.
2003-07-06 Mark Mitchellre PR c++/11345 (ICE in build_base_path)
2003-07-05 Kazu Hiratacall.c: Fix comment typos.
2003-06-26 Mark Mitchellre PR c++/10990 (Cannot convert with dynamic_cast<...
2003-06-24 Nathan Sidwellcall.c (enforce_access): Assert we get a binfo.
2003-06-17 Mark Mitchellre PR c++/11105 ([3.3/3.4 regression of sorts] ICE...
2003-06-16 Kaveh R. Ghazidecl.c, [...]: Don't use the PTR macro.
2003-05-18 Gabriel Dos Reishashtable.h (struct ht_identifier): Add data member...
2003-05-10 Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-04-29 Mark Mitchellre PR c++/10515 (problem when initializing a field...
2003-04-22 Mark Mitchellre PR c++/10446 (ICE on a definition of a nonexistent...
2003-04-20 Nathan Sidwellre PR c++/10405 (Segfault in setup_class_bindings)
2003-03-30 Mark Mitchellre PR c++/7647 (ICE when data member has the name of...
2003-03-13 Jason Merrillre PR c++/9420 (incomplete type incorrectly reported)
2003-03-11 Jason Merrillre PR c++/9820 (ice in build_baselink (templates))
2003-02-21 Nathan Sidwellsearch.c (bfs_walk_grow): Remove.
2003-02-20 Nathan SidwellChange base class access representation.
2003-02-19 Zack Weinbergsearch.c (grow_bfs_bases): New subroutine of bfs_walk.
2003-02-15 Nathan Sidwellsearch.c: ANSIfy function declarations and definitions.
2003-01-30 Mark Mitchellclass.c (check_field_decls): Only check C_TYPE_FIELDS_R...
2003-01-17 Mark Mitchellre PR c++/9294 ([new parser] parser enters infinite...
2003-01-16 Mark Mitchellcp-tree.h (lang_type_class): Remove is_partial_instanti...
2003-01-14 Kriang Lerdsuwanakijconfig-lang.in: Add semantics.c to gtfiles.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-28 Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-25 Mark Mitchellsearch.c (is_subobject_of_p_1): Fix thinko.
2002-11-20 Mark Mitchellpt.c (for_each_template_parm): Free allocated memory.
2002-11-14 Zack Weinbergtree.c (tree_vec_elt_check_failed): New function.
2002-11-04 Mark Mitchellcall.c (build_special_member_call): Do not try to looku...
2002-09-30 Mark Mitchellstore-layout.c (finish_record_layout): Add free_p param...
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-16 Nathan SidwellRemove DR 295 implementation.
2002-09-14 Kazu Hirataerror.c: Fix comment formatting.
2002-08-09 Mark Mitchellcall.c (standard_conversion): Use build_ptrmem_type.
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-01 Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-23 Neil Boothdefaults.h (obstack_chunk_alloc, [...]): Default defini...
2002-07-22 Kriang LerdsuwanakijPR c++/7347, c++/7348
2002-06-24 Mark Mitchellcp-tree.h (SCALAR_TYPE_P): New macro.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-04-25 Jason Merrillre PR c++/5607 (No pointer adjustment in covariant...
2002-04-18 Jason Merrillre PR c++/5658 (Regression on redefinition of a type...
2002-03-26 Nathan Sidwellre PR c++/5682 (ICE in build_secondary_vtable)
2002-03-16 Nathan Sidwellre PR c++/4361 (bogus ambiguity taking the address...
2002-02-28 Jason Merrillsearch.c (lookup_base_r): Don't clear is_non_public...
2002-02-01 Jason Merrillre PR c++/4286 (Internal error: Segmentation fault)
2002-01-23 Craig Rodriguescall.c, [...]: Change my_fancy_abort() to abort().
2002-01-08 Graham Stott* search.c (SET_BINFO_ACCESS): Add parenthesis.
2001-12-18 Zack Weinbergcp-tree.h: Delete #defines for cp_error, cp_warning...
2001-11-29 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
2001-11-26 Aldy Hernandezsearch.c (lookup_base_r): Declare bk in variable declar...
2001-11-25 Nathan Sidwellre PR c++/3145 (virtual inheritance still creates wrong...
2001-11-15 Jason Merrillparse.y: Add ...
2001-10-28 Joseph MyersChangeLog.1, [...]: Fix spelling errors.
2001-10-13 Kriang Lerdsuwanakijcp-tree.h (TYPE_BINFO): Update comment.
2001-07-31 Nathan SidwellThe 3.0 ABI no longer has vbase pointer fields.
2001-07-21 Nathan Sidwelltm.texi: Remove DEFAULT_VTABLE_THUNKS.
2001-07-21 Nathan SidwellRemove old-abi remnants.
2001-06-06 Jason Merrillcp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
2001-05-02 Kaveh R. Ghazicall.c: NULL_PTR -> NULL.
2001-04-20 Jakub Jelineksearch.c (lookup_field_r): If looking for type and...
2001-04-05 J"orn Renneckesearch.c (get_dynamic_cast_base_type): When building...
2001-03-23 Jakub Jelinekdecl.c (local_names): Define.
2001-03-19 Mark MitchellCompute DECL_ASSEMBLER_NAME lazily.
2001-02-18 Jason MerrillDo put the VTT parameter in DECL_ARGUMENTS.
2001-02-14 Nathan SidwellKill remnants of this is variable.
2001-02-12 Mark MitchellRemove old ABI support.
2001-02-08 Jason Merrillsearch.c (shared_member_p): New function.
2001-02-05 Nathan Sidwellinvoke.texi (-fdump-class-layout): Document.
2001-02-03 Jakub Jelinekdecl.c (push_class_binding): Use context_for_name_looku...
2001-01-19 Nathan Sidwellsearch.c (get_vbase_1): Count only virtual bases.
2001-01-03 Nathan Sidwellsearch.c (lookup_fnfields_here): Remove.
2001-01-03 Nathan SidwellImplement exceptions specifiers for implicit member...
2000-12-29 Hans-Peter Nilssonsearch.c (binfo_for_vtable): Return least derived class...
2000-12-21 Jason Merrillpt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT...
2000-12-05 Nathan Sidwellcp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
2000-12-04 Jason Merrillfix typo
2000-11-27 Nathan Sidwellcp-tree.h (binfo_from_vbase): Return the virtual base...
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
next