aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-8/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-05re PR c++/58724 (ICE with attribute [[gnu::visibility("default")]] on namespace)Paolo Carlini1-1/+1
2013-09-02PR c++/21682, implement DR 565Paolo Carlini1-4/+23
2013-08-19parser.c (cp_parser_lambda_introducer, [...]): Use cp_parser_lookup_name_simple.Paolo Carlini1-0/+11
2013-08-17re PR c++/58083 (ICE with lambda as default parameter of a template function)Jason Merrill1-2/+4
2013-08-09revert: re PR c++/46206 (using typedef-name error with typedef name hiding st...Paolo Carlini1-4/+4
2013-08-07re PR c++/46206 (using typedef-name error with typedef name hiding struct name)Paolo Carlini1-4/+4
2013-08-01re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien Chêne1-4/+3
2013-06-10name-lookup.c (add_decl_to_level): Add decls in an anonymous namespace to sta...Jason Merrill1-1/+3
2013-05-15name-lookup.c (pushdecl_maybe_friend_1): Replace pairs of warning_at and perm...Paolo Carlini1-11/+18
2013-05-15re PR c++/31952 (parameters may be redeclared in a function try-block)Paolo Carlini1-1/+26
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