Implement DR 757...
[gcc.git] / gcc / cp / name-lookup.h
2009-08-10 Jason MerrillImplement DR 757...
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-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-01-22 Jason Merrillre PR c++/34912 (ICE with friend in local class)
2007-10-04 Jason Merrillre PR c++/32470 (fvisibility=hidden without effect...
2007-08-24 Ollie Wildname-lookup.c (add_decl_to_level): Remove addition...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2006-06-06 Mike StumpFix up whitespacing
2006-03-21 Jason Merrillre PR c++/21764 (visibility attributes on namespace...
2006-03-09 Richard HendersonMerge C++ from gomp-20050608-branch.
2006-01-17 Kazu Hirataname-lookup.c (lookup_namespace_name): Remove.
2005-11-21 Richard Hendersonc-common.c, [...]: Revert 2005-11-18 lookup_name patch.
2005-11-18 Mike Stumpc-common.c (handle_cleanup_attribute): Use a lang hook...
2005-11-16 Mike Stumpc-decl.c (lookup_name_two): Add.
2005-09-12 Ian Lance Taylorre PR c++/7874 (g++ finds friend functions defined...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-06-08 Nathan Sidwellre PR c++/19497 (Invalid declaration in template diagno...
2005-05-07 Kazu Hiratadecl.c (wrapup_globals_for_namespace): Use VEC instead...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-03-14 Kriang LerdsuwanakijFriend class name lookup 5/n PR c++/1016
2005-01-25 Volker Reicheltname-lookup.c (print_binding_level): Make static.
2005-01-19 Kazu Hirata* cp-tree.h, name-lookup.h: Remove unused prototypes.
2005-01-05 Nathan Sidwellre PR c++/19030 (ice on tree check)
2004-12-30 Mark Mitchellcp-tree.h (cp_declarator): Split "name" field into...
2004-11-26 Kriang LerdsuwanakijFriend class name lookup 4/n
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 3/n, PR c++/3332
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 2/n, PR c++/14513, c++/15410
2004-11-15 Kriang LerdsuwanakijFriend class name lookup 1/n, PR c++/18471
2004-09-10 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-09-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Rename to ...
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 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 Mark Mitchellname-lookup.h (struct cp_binding_level): Update documen...
2004-07-08 Mark Mitchellcp-tree.h (saved_scope): Remove x_previous_class_type...
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-03-01 Mark Mitchellre PR c++/14138 (100x -O0 C++ Compile Time Regression...
2004-01-27 Kaveh R. Ghazisystem.h (CHAR_BITFIELD): Delete.
2004-01-26 Mark Mitchellclass.c (add_method): Just check processing_template_de...
2004-01-15 Alexandre Olivaadd copyright 2004
2004-01-15 Alexandre Olivare PR c++/13659 (error: no matching function for call to)
2003-12-02 Richard Hendersonname-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
2003-11-11 Jason Merrillcp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
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 Reisdecl.c (struct cp_binding_level): Move to name-lookup.h
2003-09-27 Gabriel Dos Reisname-lookup.h (get_global_value_if_present): New function.
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-05-29 Gabriel Dos Reisname-lookup.h (global_scope_p): New macro.
2003-05-18 Gabriel Dos Reishashtable.h (struct ht_identifier): Add data member...
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.