aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-07* search.c (lookup_base_r): Remove unused variable.Andreas Jaeger1-2/+0
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-5/+5
2003-07-06re PR c++/11345 (ICE in build_base_path)Mark Mitchell1-53/+14
2003-07-05call.c: Fix comment typos.Kazu Hirata1-2/+2
2003-06-26re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...Mark Mitchell1-27/+57
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-20/+16
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell1-74/+119
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-4/+5
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-7/+2
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell1-2/+1
2003-04-22re PR c++/10446 (ICE on a definition of a nonexistent member function of a ne...Mark Mitchell1-3/+8
2003-04-20re PR c++/10405 (Segfault in setup_class_bindings)Nathan Sidwell1-11/+15
2003-03-30re PR c++/7647 (ICE when data member has the name of the enclosing class)Mark Mitchell1-15/+29
2003-03-13re PR c++/9420 (incomplete type incorrectly reported)Jason Merrill1-2/+2
2003-03-11re PR c++/9820 (ice in build_baselink (templates))Jason Merrill1-1/+5
2003-02-21search.c (bfs_walk_grow): Remove.Nathan Sidwell1-76/+37
2003-02-20Change base class access representation.Nathan Sidwell1-520/+277