aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-16* search.c: Follow spelling conventions.Kazu Hirata1-6/+6
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-7/+3
2004-09-15* search.c (get_pure_virtuals): Remove unused variables.Nathan Sidwell1-4/+0
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell1-14/+0
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-1/+1
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-16/+15
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg1-9/+1
2004-08-24re PR c++/16889 (ambiguity is not detected)Nathan Sidwell1-3/+25
2004-08-24re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126)Kriang Lerdsuwanakij1-2/+18
2004-08-24re PR c++/17163 (ICE with -frepo and static class variables)Mark Mitchell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-07-26tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell1-4/+5
2004-07-23cp: * search.c (lookup_conversion_operator): Avoid two loops.Nathan Sidwell1-83/+317
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-2/+1
2004-07-20tree.h: Include vec.hNathan Sidwell1-97/+40
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-12/+12
2004-07-17class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell1-19/+23
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-42/+58
2004-07-14cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell1-212/+17
2004-07-13cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell1-85/+26
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-13/+27
2004-07-11cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell1-40/+0
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-27/+27
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-6/+6
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-1/+1
2004-06-28Use vector API for vbase list.Nathan Sidwell1-17/+24
2004-06-15re PR c++/15967 (ICE on ambiguous operator new in class hierarchy)Giovanni Bajo1-4/+6
2004-03-19cxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLATE_TYPE_PARM_INDEX inst...Richard Kenner1-1/+3
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell1-2/+7
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-1/+10
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-12/+8
2004-02-14re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell1-1/+7
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-31class.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-2/+2
2003-12-04re PR c++/9127 (Confusing diagnostic on specialization not introduced by "tem...Mark Mitchell1-0/+10
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-7/+7
2003-08-29re PR c++/11928 (c++ typedef handling)Mark Mitchell1-2/+21
2003-08-23re PR c++/3765 (member using declaration can't change access from public)Kriang Lerdsuwanakij1-21/+23
2003-08-04re PR c++/11713 (declaration conflicts)Mark Mitchell1-0/+14
2003-07-23re PR c++/11645 (Failure to deal with using and private inheritance)Mark Mitchell1-24/+31
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-2/+2
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell1-3/+1
2003-07-09parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell1-0/+7
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-3/+1
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-6/+3