aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-3/+3
2006-01-18search.c (lookup_conversions_r): Fix a pasto.Jakub Jelinek1-1/+1
2005-10-20re PR c++/22618 (Template non-type arguments break class access protection)Mark Mitchell1-2/+6
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-11/+10
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-25/+25
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-106/+106
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-3/+2
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-8/+8
2005-02-14re PR c++/19891 (Covariant returns are broken)Nathan Sidwell1-0/+6
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-0/+6
2005-01-06re PR c++/17154 (Using declaration of function name ignored inside partial sp...Kriang Lerdsuwanakij1-8/+5
2004-11-24cp-tree.h (context_as_string): Remove extern.Ben Elliston1-1/+1
2004-11-16stack.h: Remove.Steven Bosscher1-1/+0
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-11-01re PR c++/18064 (gcc accepts different pointer types as covariant return types)Nathan Sidwell1-0/+6
2004-10-27name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.Mark Mitchell1-1/+1
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell1-32/+45
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-38/+35
2004-10-13* search.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-12class.c (dfs_modify_vtables): Simplify condition.Nathan Sidwell1-3/+16
2004-10-12search.c (struct lookup_base_data_s): New.Nathan Sidwell1-79/+93
2004-10-12* search.c: Fix comment typos.Kazu Hirata1-2/+2
2004-10-11cp-tree.h (get_dynamic_cast_base_type): Rename to ...Nathan Sidwell1-98/+167
2004-10-11cp-tree.h (SAME_BINFO_TYPE_P): New.Nathan Sidwell1-8/+9
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis1-10/+10
2004-10-08* pt.c, search.c: Fix comment typos.Kazu Hirata1-2/+2
2004-10-08cp-tree.h (dfs_walk, [...]): Remove.Nathan Sidwell1-174/+214
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-0/+16
2004-09-27re PR c++/17585 (usage of unqualified name of static member from within class...Mark Mitchell1-2/+1
2004-09-27class.c (struct count_depth_data): Remove.Nathan Sidwell1-61/+0
2004-09-24re PR c++/16889 (ambiguity is not detected)Nathan Sidwell1-101/+15
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