aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-16re PR c++/2294 (using declaration confusion)Giovanni Bajo1-1/+5
2003-12-08name-lookup.c, [...]: Revert Giovanni's patch from yesterday.Jason Merrill1-10/+3
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill1-1/+12
2003-12-07re PR c++/2294 (using declaration confusion)Giovanni Bajo1-3/+10
2003-11-15re PR c++/2294 (using declaration confusion)Bernardo Innocenti1-6/+3
2003-11-14re PR c++/2294 (using declaration confusion)Giovanni Bajo1-3/+6
2003-11-12re PR c++/12735 (duplicate error messages for redeclaration errors)Mark Mitchell1-26/+31
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-0/+61
2003-11-10re PR c++/12832 (ICE: tree check: expected class 'd', have 'x' (error_mark) i...Gabriel Dos Reis1-4/+7
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-4/+4
2003-10-14Breack out decl.c (3/n)Gabriel Dos Reis1-9/+838
2003-10-14name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis1-2/+1169
2003-10-13Break out decl.c (2/n)Gabriel Dos Reis1-9/+2232
2003-10-03name-lookup.c (binding_entry_free): Nullify name and type fields.Gabriel Dos Reis1-1/+2
2003-09-30decl.c (pop_binding): Don't mess with nullifying binding->scope here.Gabriel Dos Reis1-5/+26
2003-09-27cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and...Gabriel Dos Reis1-8/+6
2003-09-06cp-tree.h (add_binding): Remove declaration.Gabriel Dos Reis1-1/+89
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-1/+6
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-05-19Fix comment-style.Gabriel Dos Reis1-1/+1
2003-05-19name-lookup.c (free_binding_entry): fix where the GTY markers are.Andrew Pinski1-6/+12
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-0/+235
2003-04-04name-lookup.c (find_binding): Pass appropriate pointer type to POP_TIMEVAR_AN...Kaveh R. Ghazi1-1/+1
2003-04-01config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp...Andrew Pinski1-1/+2
2003-03-30cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype.Gabriel Dos Reis1-4/+88
2003-03-30name-lookup.c: New file.Gabriel Dos Reis1-0/+58