]> gcc.gnu.org Git - gcc.git/history - gcc/cp/name-lookup.c
tree.h: Include vec.h
[gcc.git] / gcc / cp / name-lookup.c
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-19 Nathan Sidwellvec.h: Propagate location information properly.
2004-07-17 Mark Mitchellclass.c (finish_struct_methods): Remove unncessary...
2004-07-15 Mark Mitchellname-lookup.c (set_inherited_value_binding_p): Add...
2004-07-14 Mark Mitchellcp-tree.h (IDENTIFIER_VALUE): Remove.
2004-07-13 Mark Mitchellcp-tree.h (lang_identifier): Remove class_value.
2004-07-12 Mark Mitchell* name-lookup.c (push_class_level_binding): Simplify.
2004-07-12 Nathan Sidwellmissed in previous commit
2004-07-12 Mark Mitchellcall.c (build_operator_new_call): Avoid using push_to_t...
2004-07-11 Mark Mitchellcp-tree.h (saved_scope): Make old_bindings a vector.
2004-07-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Allocation is signed.
2004-07-08 Mark Mitchellcp-tree.h (saved_scope): Remove x_previous_class_type...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-03 Scott Brumbaughre PR c++/3761 (ICE in check_template_shadow, at cp...
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-20 Zack Weinbergc-common.h (has_c_linkage): New interface.
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-14 Mark Mitchellre PR c++/15096 (parse error with templates and pointer...
2004-06-11 Mark Mitchellre PR c++/15862 ('enum yn' fails)
2004-05-31 Mark Mitchellre PR c++/15742 ('noreturn' attribute ignored in method...
2004-05-31 Kazu Hiratacall.c, [...]: Fix comment formatting.
2004-05-28 Mark Mitchellre PR c++/15083 (spurious "statement has no effect...
2004-05-23 Mark Mitchellre PR c++/14821 (Duplicate namespace alias declaration...
2004-05-22 Roger Saylename-lookup.c (check_for_out_of_scope_variable): Avoid...
2004-05-14 Geoffrey Keatingname-lookup.c (struct scope_binding): New.
2004-04-22 Alan Modra* name-lookup.c (anonymous_namespace_name): Make static.
2004-04-01 Mark Mitchellre PR c++/14810 (tree check failures with invalid code...
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-03-20 Mark Mitchellcall.c (build_op_delete_call): Do not forget the placem...
2004-03-19 Mark Mitchellsemantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-19 Mark Mitchellc-common.c (pointer_int_sum): Do not complain about...
2004-03-09 Mark Mitchellre PR c++/14432 (Built-ins lead to conflict even if...
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-03-08 Matt Austernre PR debug/14079 (wrong debug info for extern boolean...
2004-03-01 Mark Mitchellre PR c++/14138 (100x -O0 C++ Compile Time Regression...
2004-02-23 Giovanni Bajore PR c++/14143 (Overeager ADL)
2004-02-20 Mark Mitchellre PR c++/14199 (Unjustified warning about unused variable)
2004-02-20 Mark Mitchellre PR c++/14186 (enum in base class conflicts with...
2004-02-16 Mark Mitchellre PR c++/13971 (ICE when compiling koffice-cvs (in...
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-01-27 Devang PatelMakefile.in (dwarf2out.o): Depend on input.h
2004-01-26 Mark Mitchellclass.c (add_method): Just check processing_template_de...
2004-01-15 Alexandre Olivare PR c++/13659 (error: no matching function for call to)
2004-01-15 Alexandre Olivare PR c++/13594 (namespace association vs. templates...
2004-01-09 Alexandre Olivaname-lookup.c (qualified_lookup_using_namespace): Consi...
2004-01-05 Mark Mitchellre PR c++/13157 (Argument Dependent Lookup Failure)
2003-12-22 Mark Mitchellre PR c++/12862 (Conflicts Between typedefs/enums and...
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-19 Kazu Hiratacvt.c: Remove uses of "register" specifier in declarati...
2003-12-19 Mark Mitchellre PR c++/12795 (ICE with attribute __alias__)
2003-12-16 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-12-08 Jason Merrillname-lookup.c, [...]: Revert Giovanni's patch from...
2003-12-08 Jason MerrillGive the anonymous namespace a null DECL_NAME.
2003-12-07 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-15 Bernardo Innocentire PR c++/2294 (using declaration confusion)
2003-11-14 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-12 Mark Mitchellre PR c++/12735 (duplicate error messages for redeclara...
2003-11-11 Jason Merrillcp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
2003-11-10 Gabriel Dos Reisre PR c++/12832 (ICE: tree check: expected class 'd...
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-10-14 Gabriel Dos ReisBreack out decl.c (3/n)
2003-10-14 Gabriel Dos Reisname-lookup.h (cxx_scope_find_binding_for_name): Don...
2003-10-13 Gabriel Dos ReisBreak out decl.c (2/n)
2003-10-03 Gabriel Dos Reisname-lookup.c (binding_entry_free): Nullify name and...
2003-09-30 Gabriel Dos Reisdecl.c (pop_binding): Don't mess with nullifying bindin...
2003-09-27 Gabriel Dos Reiscp-tree.h, [...]: Remove reference to macros BINDING_SC...
2003-09-06 Gabriel Dos Reiscp-tree.h (add_binding): Remove declaration.
2003-08-20 Mark Mitchellre PR c++/11946 (fun and merriment with enums as functi...
2003-07-06 Kazu Hiratacall.c: Fix comment formatting.
2003-05-19 Gabriel Dos ReisFix comment-style.
2003-05-19 Andrew Pinskiname-lookup.c (free_binding_entry): fix where the GTY...
2003-05-18 Gabriel Dos Reishashtable.h (struct ht_identifier): Add data member...
2003-04-04 Kaveh R. Ghaziname-lookup.c (find_binding): Pass appropriate pointer...
2003-04-01 Andrew Pinskiconfig-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup...
2003-03-30 Gabriel Dos Reiscp-tree.h (binding_for_name): Move to name-lookup.h...
2003-03-30 Gabriel Dos Reisname-lookup.c: New file.
This page took 1.898935 seconds and 86 git commands to generate.