From Martin Thuresson <martint@google.com>
[gcc.git] / gcc / cp / name-lookup.c
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-03 Le-Chun Wuinvoke.texi: Update documentation of -Wshadow.
2010-06-30 Jason Merrillclass.c (type_has_virtual_destructor): New.
2010-06-17 Nathan Froydtree.h (vec_member): Declare.
2010-06-09 Nathan Froydcp-tree.h (struct saved_scope): Change decl_ns_list...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-04 Jason MerrillImplement noexcept-specification (15.4)
2010-06-02 Jason Merrillre PR c++/44333 (Ambiguity with typedef and using names...
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-14 Shujing Zhaore PR c++/30566 (-Wshadow warns about clashes between...
2010-05-13 Jason Merrillre PR bootstrap/44048 (building without C++ enabled...
2010-05-13 Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-06 Jason MerrillAdd support for C++0x nullptr.
2010-04-27 Jason Merrillre PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform...
2010-04-07 Jason Merrillname-lookup.c (current_decl_namespace): Non-static.
2010-02-17 Jason Merrillre PR c++/43069 (ICE: tree check: expected tree that...
2010-02-12 Jakub Jelinekre PR c++/43033 (--enable-checking=valgrind C++ failures)
2009-12-24 Jason MerrillPR c++/41305, DR 384
2009-12-11 Dodji Seketelire PR c++/42225 (GCC 4.5 ICE (segfault) on C++ template...
2009-11-13 Jason Merrillre PR c++/29363 (ICE throwing undeclared object)
2009-11-06 Jason Merrillre PR c++/34870 (argument-dependent lookup fails to...
2009-11-04 Jason MerrillPR c++/17365, DR 218
2009-11-02 Jakub Jelinekre PR c++/41774 (ice: vector VEC(visibility,base) pop...
2009-10-30 Jerry Quinnmangle.c (mangle_type_string_for_rtti): Reapply 153734.
2009-10-30 Jerry Quinntinfo.cc (operator=(const type_info&)): Revert 153734.
2009-10-30 Jerry Quinnmangle.c (mangle_type_string_for_rtti): Revert r149964.
2009-10-28 Jason MerrillCore issue 812, 861
2009-10-06 Jason MerrillFix lookup of initialized captures in unevaluated context.
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-21 Jason Merrill* name-lookup.c (push_class_level_binding): Sanity...
2009-09-08 Jason Merrillname-lookup.c (is_class_level): Remove.
2009-08-10 Jason MerrillImplement DR 757...
2009-07-22 Jason Merrillmangle.c (mangle_type_string_for_rtti): Rename to be...
2009-07-14 Jason Merrillname-lookup.c (qualified_lookup_using_namespace): Don...
2009-07-07 Manuel López-Ibáñezcgraphunit.c: Replace %J by an explicit location.
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-14 Jason Merrillre PR c++/39763 (-Wshadow reports shadowed declarations...
2009-04-08 Jason Merrillre PR c++/34691 (Default argument checking not performe...
2009-04-02 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-04-01 Jason Merrillre PR c++/34691 (Default argument checking not performe...
2009-03-24 Jason Merrillre PR c++/28274 (Redeclaration with extra default argum...
2009-03-23 Jason Merrillre PR c++/39526 (-Wshadow reports shadowed declarations...
2009-03-17 Jakub Jelinekre PR debug/37890 (Incorrect nesting for DW_TAG_importe...
2009-03-17 Jakub Jelinekdwarf2out.c (dwarf2out_imported_module_or_decl_1):...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-22 Dodji SeketeliReverted commit 143546 related to PR c++/26693
2009-01-21 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-01-15 Dodji Seketelire PR c++/38636 (ICE with broken ctor declaration)
2009-01-13 Jason Merrilltweak comment
2009-01-13 Jason Merrillre PR c++/35109 (ICE in lookup_name_real, at cp/name...
2009-01-12 Dodji Seketelire PR c++/36019 (template parameter does not hide class...
2008-12-21 Jason Merrillre PR c++/38597 ([c++0x] ICE when auto return type...
2008-12-08 Dodji Seketelire PR debug/38390 (Missing DW_TAG_imported_module)
2008-10-05 Dodji Seketelire PR debug/37410 (DW_TAG_imported_module is not in...
2008-09-25 Paolo Carlinire PR c++/37649 (ICE with invalid template class)
2008-09-17 H.J. Lure PR c++/37450 (C++ FE times out on duplicated parameter)
2008-09-17 Jason Merrillre PR c++/37558 (rev 140120 changes the accessibility...
2008-09-08 Jason Merrillre PR c++/37302 (function parameters are declared too...
2008-08-29 Jakub Jelinekre PR fortran/29635 (debug info of modules)
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-14 Paolo Carlinire PR c++/34485 (ICE with undefined type in template...
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-16 Dodji Seketelire PR c++/13699 (Extern "C" routine in different namesp...
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-04-03 Paolo Bonzinic-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,...
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-02-26 Paolo Carlinire PR c++/35323 (ICE calling functions with fixed-point...
2008-02-25 Manuel López-Ibáñezc-common.c (match_case_to_enum_1): Add appropriate...
2008-02-25 Jason Merrillre PR c++/33486 (namespace association doesn't handle...
2008-01-22 Jason Merrillre PR c++/34912 (ICE with friend in local class)
2008-01-21 Paolo Carlinire PR c++/34776 (ICE with invalid member declaration...
2007-12-04 Douglas Gregorre PR c++/34101 (ICE with argument deduction of variadi...
2007-10-04 Jason Merrillre PR c++/32470 (fvisibility=hidden without effect...
2007-09-25 Simon Martinre PR c++/33207 (ICE redeclaring namespace as struct)
2007-08-24 Ollie Wildname-lookup.c (add_decl_to_level): Remove addition...
2007-08-23 Jakub Jelinekre PR c++/32898 (Definition of variable N::i outside...
2007-08-17 Ollie Wildre PR c++/31749 (ICE with invalid redeclaration of...
2007-08-10 Ollie Wildname-lookup.c (do_nonmember_using_decl): Print an error...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-28 Simon Martinre PR c++/30917 (ICE with friend in local class (to...
2007-07-01 Ollie Wildname-lookup.c (ambiguous_decl): Fix case when new-...
2007-05-22 Ollie Wildname-lookup.c (ambiguous_decl): Adds check for hidden...
2007-03-15 Douglas Gregorptree.c (cxx_print_type): Use formatting markup for...
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
2006-12-02 Kazu Hirata* name-lookup.c: Follow spelling conventions.
2006-11-16 Dirk Muellertree-vrp.c (get_value_range): Use XCNEW instead of...
2006-11-01 Geoffrey KeatingIn gcc/:
next