aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-5/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-16re PR c++/38579 (Template: Wrong inherited copy-ctor visibility)Jason Merrill1-12/+5
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-0/+14
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-2/+3
2007-09-25re PR c++/14688 (Mis-matched calling convention on virtual functions accepted...Danny Smith1-0/+10
2007-08-31re PR c++/32113 (ICE with invalid template parameter)Paolo Carlini1-0/+3
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-1/+1
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-2/+20
2006-08-01re PR c++/28432 (duplicate "no member function declared" message)Steve Ellcey1-1/+2
2006-07-18re PR c++/27495 (ICE using "." instead of "->")Steve Ellcey1-2/+1
2006-07-05re PR c++/18681 ([DR 45] template friend declaration not recognized)Jason Merrill1-2/+2
2006-07-01revert accidental checkinJason Merrill1-3/+2
2006-07-01re PR c++/28215 (Bootstrap failure on arm-eabi)Jason Merrill1-2/+3
2006-06-06Fix up whitespacingMike Stump1-2/+2
2006-05-15re PR c++/27581 (ICE using this-pointer in static member function)Volker Reichelt1-1/+2
2006-03-24invoke.texi: Document -femit-class-debug-alwaysCarlos O'Donell1-0/+4
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