aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09name-lookup.c (is_associated_namespace): Convert local variables to be VECs i...Nathan Froyd1-10/+23
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-6/+6
2010-07-03invoke.texi: Update documentation of -Wshadow.Le-Chun Wu1-9/+29
2010-06-29class.c (type_has_virtual_destructor): New.Jason Merrill1-0/+2
2010-06-17tree.h (vec_member): Declare.Nathan Froyd1-9/+12
2010-06-09cp-tree.h (struct saved_scope): Change decl_ns_list field type to a VEC.Nathan Froyd1-5/+4
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-7/+7
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-1/+1
2010-06-02re PR c++/44333 (Ambiguity with typedef and using namespace)Jason Merrill1-1/+26
2010-05-27diagnostic-core.h: New.Joseph Myers1-2/+2
2010-05-14re PR c++/30566 (-Wshadow warns about clashes between nested function paramet...Shujing Zhao1-18/+38
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+1
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-1/+1
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+1
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill1-0/+4
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill1-1/+2