summaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
Commit message (Expand)AuthorAgeFilesLines
* class.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-2/+2
* name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell2004-08-301-1/+1
* call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell2004-08-271-16/+15
* tree.h (size_int_type): Remove.Nathan Sidwell2004-08-271-1/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-1/+1
* flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg2004-08-251-9/+1
* re PR c++/16889 (ambiguity is not detected)Nathan Sidwell2004-08-241-3/+25
* re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126)Kriang Lerdsuwanakij2004-08-241-2/+18
* re PR c++/17163 (ICE with -frepo and static class variables)Mark Mitchell2004-08-241-1/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+1
* tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell2004-07-261-4/+5
* cp: * search.c (lookup_conversion_operator): Avoid two loops.Nathan Sidwell2004-07-231-83/+317
* re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell2004-07-201-2/+1
* tree.h: Include vec.hNathan Sidwell2004-07-201-97/+40
* vec.h: Propagate location information properly.Nathan Sidwell2004-07-191-12/+12
* class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell2004-07-171-19/+23
* vec.h (VEC_address): New function.Mark Mitchell2004-07-161-42/+58
* cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell2004-07-141-212/+17
* cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell2004-07-131-85/+26
* call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell2004-07-121-13/+27
* cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell2004-07-111-40/+0
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-27/+27
* tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell2004-07-061-6/+6
* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2004-07-051-1/+1
* Use vector API for vbase list.Nathan Sidwell2004-06-281-17/+24
* re PR c++/15967 (ICE on ambiguous operator new in class hierarchy)Giovanni Bajo2004-06-151-4/+6
* cxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLATE_TYPE_PARM_INDEX inst...Richard Kenner2004-03-191-1/+3
* semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell2004-03-191-2/+7
* tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner2004-03-181-1/+10
* re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell2004-03-091-12/+8
* re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell2004-02-141-1/+7
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* class.c: Fix comment typos.Kazu Hirata2004-01-311-1/+1
* cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata2003-12-191-2/+2
* re PR c++/9127 (Confusing diagnostic on specialization not introduced by "tem...Mark Mitchell2003-12-041-0/+10
* ChangeLog: Fix typos.Kazu Hirata2003-10-211-1/+1
* c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger2003-09-281-7/+7
* re PR c++/11928 (c++ typedef handling)Mark Mitchell2003-08-291-2/+21
* re PR c++/3765 (member using declaration can't change access from public)Kriang Lerdsuwanakij2003-08-231-21/+23
* re PR c++/11713 (declaration conflicts)Mark Mitchell2003-08-041-0/+14
* re PR c++/11645 (Failure to deal with using and private inheritance)Mark Mitchell2003-07-231-24/+31
* re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski2003-07-161-2/+2
* re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell2003-07-141-3/+1
* parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell2003-07-091-0/+7
* cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell2003-07-081-3/+1
* genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-071-6/+3
* * search.c (lookup_base_r): Remove unused variable.Andreas Jaeger2003-07-071-2/+0
* call.c: Fix comment formatting.Kazu Hirata2003-07-061-5/+5
* re PR c++/11345 (ICE in build_base_path)Mark Mitchell2003-07-061-53/+14
* call.c: Fix comment typos.Kazu Hirata2003-07-051-2/+2