aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-31decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini1-3/+2
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-18/+18
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+16
2013-03-28name-lookup.c (pushdecl_maybe_friend_1): Use nonlambda_method_basetype and cu...Jason Merrill1-2/+2
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-1/+1
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-4/+4
2013-03-20name-lookup.c (get_anonymous_namespace_name): Never use get_file_function_name.Jason Merrill1-8/+6
2013-02-27re PR c++/56358 ([C++11] Erroneous interaction of typedef and inherited const...Jason Merrill1-13/+8
2013-02-14re PR c++/56323 ([C++11] cannot compile inherited constructor for typedef'ed ...Jason Merrill1-4/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04re PR c++/55877 (Anon visibility issues)Jason Merrill1-1/+5
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-95/+91
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-4/+9
2012-10-01cp-tree.h (TYPE_FUNCTION_OR_TEMPLATE_DECL_CHECK): New.Jason Merrill1-0/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-12/+8
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-1/+2
2012-09-05re PR c++/54420 (Segmentation fault in decl_mangling_context)Jason Merrill1-4/+3
2012-08-23re PR c++/20420 (Incorrectly Accepts double declarations)Paolo Carlini1-2/+11
2012-08-20name-lookup.c (store_binding_p): New predicate, split out from ...Richard Guenther1-13/+47
2012-07-06re PR c++/53858 ([C++11] template aliases used in template parameters default...Jason Merrill1-1/+1
2012-06-19re PR c++/53651 ([C++11] seg fault when specifying using decltype(...)::method)Jason Merrill1-0/+5
2012-06-12re PR c++/53599 (gcc-4.7.1_rc20120606 segfaults compiling boost.karma)Jason Merrill1-1/+10
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-8/+5
2012-06-01re PR c++/26155 (ICE after error with namespace alias)Paolo Carlini1-10/+33
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-1/+1
2012-04-11re PR c++/52465 (g++ rejects valid code with in-class using declaration)Fabien Chêne1-4/+11
2012-03-13PR c++/51641 - Lookup finds enclosing class member instead of template parameterDodji Seketeli1-4/+24
2012-03-02name-lookup.c (binding_to_template_parms_of_scope_p): Clean up.Paolo Carlini1-9/+6
2012-01-30Revert "PR c++/51641 - Lookup finds enclosing class member instead of templat...Dodji Seketeli1-27/+9
2012-01-30PR c++/51641 - Lookup finds enclosing class member instead of template parameterDodji Seketeli1-9/+27
2012-01-23re PR c++/51925 (ICE in tsubst with using and template function)Jason Merrill1-1/+1
2011-12-28re PR c++/23211 (using dec in nested class doesn't import name)Fabien Chêne1-5/+5
2011-12-01re PR c++/51009 (ICE in verify_gimple_stmt)Jason Merrill1-0/+1
2011-11-14re PR c++/6936 (member "using" binds wrong)Fabien Chêne1-38/+101
2011-11-09re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini1-5/+8
2011-10-26re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini1-1/+1
2011-09-14name-lookup.c (lookup_arg_dependent): Use conditional timevars.Diego Novillo1-2/+3
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-0/+7
2011-08-14re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l...Jason Merrill1-0/+9
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill1-16/+48
2011-07-12name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo1-67/+67
2011-07-07re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill1-1/+1
2011-06-30re PR c++/48481 (C++ overloading memory hog)Jason Merrill1-7/+23
2011-06-24name-lookup.h (cp_binding_level): Removed unused member names_size.Gabriel Charette1-1/+0
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill1-7/+6
2011-06-17name-lookup.c (pushdecl_maybe_friend_1): Do check for shadowing of artificial...Jason Merrill1-5/+0
2011-06-17pushdecl_with_scope commentJason Merrill1-1/+6
2011-05-31re PR c++/48010 (typedef redefinitions are allowed if the redefined type is a...Fabien Chêne1-2/+4