OSDN Git Service

.:
[pf3gnuchains/gcc-fork.git] / gcc / cp / search.c
2004-07-20 nathan.:
2004-07-19 nathan.:
2004-07-17 mmitchel * class.c (finish_struct_methods): Remove unncessary...
2004-07-16 mmitchel * vec.h (VEC_address): New function.
2004-07-14 mmitchel * cp-tree.h (IDENTIFIER_VALUE): Remove.
2004-07-13 mmitchel * cp-tree.h (lang_identifier): Remove class_value.
2004-07-12 nathan * call.c (build_user_type_conversion_1, build_new_op,
2004-07-11 mmitchel * cp-tree.h (saved_scope): Make old_bindings a vector.
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-06 nathan * tree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-05 nathan * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-06-28 nathan Use vector API for vbase list.
2004-06-15 giovannibajo PR c++/15967
2004-03-19 kenner * cxx-pretty-print.c (pp_cxx_unqualified_id): Use
2004-03-19 mmitchel * semantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-18 kenner * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5):...
2004-03-09 mmitchel PR c++/14401
2004-02-14 mmitchel PR c++/14122
2004-02-04 kazu gcc/
2004-01-31 kazu * class.c: Fix comment typos.
2003-12-19 kazu * cvt.c: Remove uses of "register" specifier in
2003-12-04 mmitchel PR c++/9127
2003-10-21 kazu * ChangeLog: Fix typos.
2003-09-28 aj * c-decl.c (finish_function): Convert definition to...
2003-08-29 mmitchel PR c++/11928
2003-08-23 lerdsuwa PR c++/3765
2003-08-04 mmitchel PR c++/11713
2003-07-23 mmitchel PR c++/11645
2003-07-16 pinskia2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
2003-07-14 mmitchel PR c++/11503
2003-07-09 mmitchel * parser.c (cp_parser_primary_expression): Preserve...
2003-07-08 mmitchel * cp-tree.h (build_scoped_method_call): Remove.
2003-07-07 aj2003-07-07 Andreas Jaeger <aj@suse.de>
2003-07-07 aj * search.c (lookup_base_r): Remove unused variable.
2003-07-06 kazu * call.c: Fix comment formatting.
2003-07-06 mmitchel PR c++/11345
2003-07-05 kazu * call.c: Fix comment typos.
2003-06-26 mmitchel PR c++/10990
2003-06-24 nathan * call.c (enforce_access): Assert we get a binfo.
2003-06-17 mmitchel PR c++/11105
2003-06-16 ghazicp:
2003-05-18 gdr * hashtable.h (struct ht_identifier): Add data member...
2003-05-10 lerdsuwa PR c++/9252
2003-04-29 mmitchel PR c++/10515
2003-04-22 mmitchel PR c++/10446
2003-04-20 nathancp:
2003-03-30 mmitchel PR c++/7647
2003-03-13 jason PR c++/9420
2003-03-11 jason PR c++/9820
2003-02-21 nathan * search.c (bfs_walk_grow): Remove. Fold into ...
2003-02-20 nathan Change base class access representation.
2003-02-19 zack * cp/search.c (grow_bfs_bases): New subroutine of...
2003-02-15 nathan * search.c: ANSIfy function declarations and definitions.
2003-01-30 mmitchel * class.c (check_field_decls): Only check C_TYPE_FIELD...
2003-01-17 mmitchel PR c++/9294
2003-01-16 mmitchel * cp-tree.h (lang_type_class): Remove is_partial_insta...
2003-01-14 lerdsuwa * config-lang.in: Add semantics.c to gtfiles.
2003-01-10 geoffkMerge from pch-branch.
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-28 mmitchel * Make-lang.in (po-generated): Remove parse.c.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-25 mmitchel * search.c (is_subobject_of_p_1): Fix thinko.
2002-11-20 mmitchel * pt.c (for_each_template_parm): Free allocated memory.
2002-11-14 zack * tree.c (tree_vec_elt_check_failed): New function.
2002-11-04 mmitchel * call.c (build_special_member_call): Do not try to...
2002-09-30 mmitchel * store-layout.c (finish_record_layout): Add free_p...
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-16 nathancp:
2002-09-14 kazu * error.c: Fix comment formatting.
2002-08-09 mmitchel * call.c (standard_conversion): Use build_ptrmem_type.
2002-08-08 mmitchel Rework build_component_ref.
2002-08-01 mmitchel * call.c (build_field_call): Do not look up the field...
2002-07-23 neil * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
2002-07-22 lerdsuwa PR c++/7347, c++/7348
2002-06-24 mmitchel * cp-tree.h (SCALAR_TYPE_P): New macro.
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-04-25 jason PR c++/5607
2002-04-18 jason PR c++/5658
2002-03-26 nathancp:
2002-03-16 nathancp:
2002-02-28 jason * search.c (lookup_base_r): Don't clear is_non_...
2002-02-01 jason * decl2.c (finish_static_data_member_decl)...
2002-01-23 rodrigc2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
2002-01-08 grahams * search.c (SET_BINFO_ACCESS): Add parenthesis.
2001-12-18 zack * cp-tree.h: Delete #defines for cp_error, cp_warning,
2001-11-29 nathancp:
2001-11-26 aldyh * cp/search.c (lookup_base_r): Declare bk in...
2001-11-25 nathancp:
2001-11-15 jason * parse.y: Add ... IDENTIFIER SCOPE and .....
2001-10-28 jsm28 * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2...
2001-10-13 lerdsuwa * cp-tree.h (TYPE_BINFO): Update comment.
2001-07-31 nathancp:
2001-07-21 nathangcc:
2001-07-21 nathan Remove old-abi remnants. Remove comments about old abi
2001-06-06 jason * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P)...
2001-05-02 ghazicp:
2001-04-20 jakub * search.c (lookup_field_r): If looking for type and...
2001-04-05 amylaar * search.c (get_dynamic_cast_base_type): When building...
2001-03-23 jakub * decl.c (local_names): Define.
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
next