aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24name-lookup.c (add_decl_to_level): Remove addition to vtables chain.Ollie Wild1-5/+4
2007-08-24re PR c++/32898 (Definition of variable N::i outside namespace N not rejected)Jakub Jelinek1-1/+1
2007-08-17re PR c++/31749 (ICE with invalid redeclaration of builtin)Ollie Wild1-71/+92
2007-08-10name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lo...Ollie Wild1-16/+20
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-07-28re PR c++/30917 (ICE with friend in local class (to a function))Simon Martin1-2/+43
2007-07-01name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild1-74/+52
2007-05-22name-lookup.c (ambiguous_decl): Adds check for hidden types.Ollie Wild1-2/+4
2007-03-15ptree.c (cxx_print_type): Use formatting markup for integers when printing te...Douglas Gregor1-3/+3
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-0/+12
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2006-12-02* name-lookup.c: Follow spelling conventions.Kazu Hirata1-1/+1
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+2
2006-11-01In gcc/:Geoffrey Keating1-5/+19
2006-09-05re PR c++/26102 ("using Base::member" nonsense)Jason Merrill1-6/+7
2006-09-01re PR c++/28705 (ICE: in type_dependent_expression_p, at cp/pt.c:12837)Nathan Sidwell1-1/+13
2006-08-03re PR c++/28274 (Redeclaration with extra default argument doesn't work)Volker Reichelt1-3/+3
2006-07-23re PR c++/28025 (multiple template friend compile error)Mark Mitchell1-8/+6
2006-07-17re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-0/+3
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-10/+10
2006-06-25re PR c++/28051 (ICE on invalid conversion operator)Lee Millward1-0/+6
2006-06-23re PR c++/28114 (ICE with struct definition in argument of template function)Steve Ellcey1-1/+5
2006-06-13re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Jakub Jelinek1-6/+20
2006-06-12re PR c++/27933 (ICE with invalid "using")Volker Reichelt1-8/+6
2006-06-06Fix up whitespacingMike Stump1-12/+12
2006-04-05name-lookup.c (push_namespace_with_attribs): Temporarily disable default hidd...Jason Merrill1-1/+1
2006-03-22name-lookup.c (push_namespace_with_attribs): Only apply hidden visibility to ...Jason Merrill1-0/+2
2006-03-21re PR c++/21581 ((optimisation) Functions in anonymous namespaces should defa...Jason Merrill1-3/+12
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-1/+47
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-0/+1
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-1/+1
2006-02-07decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.Roger Sayle1-2/+1
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-7/+7
2006-02-03name-lookup.c (do_class_using_decl): Use IDENTIFIER_TYPENAME_P, not IDENTIFIE...Mark Mitchell1-1/+1
2006-01-28re PR c++/25855 (template specialisation not always found (partial ordering))Mark Mitchell1-2/+6
2006-01-26re PR c++/16021 (Tests for container swap specialisations FAIL in debug mode)Jason Merrill1-3/+8
2006-01-25cp-tree.h (get_primary_binfo): Remove prototype.Volker Reichelt1-1/+1
2006-01-20call.c (add_builtin_candidates): Remove superfluous return.Volker Reichelt1-1/+0
2006-01-20re PR c++/22136 (Rejects old-style using declaration)Mark Mitchell1-37/+62
2006-01-19re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt1-5/+3
2006-01-19re PR c++/25836 (G++ does not allow a conversion of templated types)Mark Mitchell1-0/+2
2006-01-17name-lookup.c (lookup_namespace_name): Remove.Kazu Hirata1-78/+0
2006-01-13name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.Jason Merrill1-1/+1
2006-01-12re PR libstdc++/24660 (versioning weak symbols in libstdc++)Jason Merrill1-5/+8
2006-01-04re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell1-1/+7
2005-11-25name-lookup.c (lookup_name_real): Merge two if's.Volker Reichelt1-6/+3
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-7/+5
2005-11-19re PR c++/8355 (befriending a template specialization in another namespace)Mark Mitchell1-0/+4
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump1-2/+2
2005-11-16c-decl.c (lookup_name_two): Add.Mike Stump1-0/+8