aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-4/+4
2011-05-26detect C++ errors to fix 2288 and 18770Janis Johnson1-1/+23
2011-05-26re PR c++/48211 ([C++0x] Segment Fault When Compiling)Jason Merrill1-24/+5
2011-05-24re PR c++/48884 (decltype's operand doesn't consider friend declaration)Jason Merrill1-1/+1
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-2/+2
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-151/+364
2011-04-10Remove doubled up words.Mike Stump1-3/+3
2011-04-08re PR c++/48481 (C++ overloading memory hog)Jason Merrill1-2/+2
2011-04-08re PR c++/48481 (C++ overloading memory hog)Jason Merrill1-1/+5
2011-03-08re PR c++/47957 (Type mismatch when a class derived a same name with template...Dodji Seketeli1-2/+9
2011-02-23cp-tree.h (DECL_PARM_LEVEL): New.Jason Merrill1-0/+16
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-6/+3
2010-12-07re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-0/+67
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-24revert accidentally committed changesNathan Froyd1-69/+0
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-0/+69
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers1-2/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-02Restore canonical type comparison for dependent type(def)sDodji Seketeli1-1/+1
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-1/+1
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-2/+2
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-2/+5
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-13/+7
2010-08-18re PR c++/45049 (ICE: tree check: expected tree that contains 'decl minimal' ...Nathan Froyd1-2/+2